mirror of
https://github.com/vllm-project/vllm.git
synced 2026-08-11 16:28:16 +00:00
[BugFix] Fix clang spinloop mwaitx include (#45532)
Signed-off-by: johnny <[email protected]>
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ extern "C" {
|
||||
|
||||
#if defined(__i386__) || defined(__x86_64__)
|
||||
#include <cpuid.h>
|
||||
#include <mwaitxintrin.h>
|
||||
#include <x86intrin.h>
|
||||
#endif
|
||||
|
||||
#if defined(CLOCK_MONOTONIC_RAW)
|
||||
|
||||
Reference in New Issue
Block a user