mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-26 23:57:03 +02:00
fx
This commit is contained in:
parent
f946118c05
commit
7a20a37981
1 changed files with 1 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue