From 93f18f108b8c25e63aaa55b540b149e6ad09825d Mon Sep 17 00:00:00 2001 From: lizzie Date: Tue, 19 May 2026 07:58:47 +0000 Subject: [PATCH] fx --- src/common/x64/cpu_wait.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/x64/cpu_wait.cpp b/src/common/x64/cpu_wait.cpp index 78a2d2d921..6685a3e5a4 100644 --- a/src/common/x64/cpu_wait.cpp +++ b/src/common/x64/cpu_wait.cpp @@ -16,8 +16,7 @@ namespace Common::X64 { #ifdef __clang__ -__attribute__((target("waitpkg"))) -__attribute__((target("mwaitx"))) +__attribute__((target("waitpkg,mwaitx"))) #elif defined(__GNUC__) #pragma GCC target("waitpkg") #pragma GCC target("mwaitx")