about summary refs log tree commit diff stats
path: root/src/tools
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-06-06 13:59:09 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-06-06 13:59:09 +0200
commitdf47fb5be83f3226b11703f23722c7c0b6a0b271 (patch)
tree3f6740ff5c8e698529271ddfea9898967bde2ffd /src/tools
parent0cedc70eb36e0c136bfa90be1e275c8792052195 (diff)
downloadbox64-df47fb5be83f3226b11703f23722c7c0b6a0b271.tar.gz
box64-df47fb5be83f3226b11703f23722c7c0b6a0b271.zip
Disable F16C for now, it's not ready yet
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/my_cpuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/my_cpuid.c b/src/tools/my_cpuid.c
index 0b71e4f7..119a5654 100644
--- a/src/tools/my_cpuid.c
+++ b/src/tools/my_cpuid.c
@@ -264,7 +264,7 @@ void my_cpuid(x64emu_t* emu, uint32_t tmp32u)
                     | 1<<26     // xsave
                     | 1<<27     // osxsave
                     | box64_avx<<28 // AVX
-                    | box64_avx<<29 // F16C
+                    //| box64_avx<<29 // F16C
                     ; 
             break;
         case 0x2:   // TLB and Cache info. Sending 1st gen P4 info...