From 6588bb15864acc354b49418efad9c2698446a448 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")