diff options
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/my_cpuid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/my_cpuid.c b/src/tools/my_cpuid.c index a42915fd..23f3d19b 100644 --- a/src/tools/my_cpuid.c +++ b/src/tools/my_cpuid.c @@ -254,7 +254,7 @@ void my_cpuid(x64emu_t* emu, uint32_t tmp32u) R_ECX = 1<<0 // SSE3 | 1<<1 // PCLMULQDQ | 1<<9 // SSSE3 - //| 1<<12 // fma // some games treat FMA as AVX + | box64_avx2<<12 // fma | 1<<13 // cx16 (cmpxchg16) | 1<<19 // SSE4_1 | box64_sse42<<20 // SSE4_2 can be hiden |