This commit is contained in:
lizzie 2026-05-19 07:58:47 +00:00
parent f946118c05
commit 7a20a37981

View file

@ -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")