[BugFix] Fix clang spinloop mwaitx include (#45532)

Signed-off-by: johnny <[email protected]>
This commit is contained in:
johnnyychiu
2026-07-28 19:00:06 +00:00
committed by GitHub
parent 6c7e679f04
commit 118bcde449
+1 -1
View File
@@ -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)