mirror of
https://github.com/ptitSeb/box64.git
synced 2024-11-27 08:40:59 +00:00
Only expose xsave extension if avx is used
This commit is contained in:
parent
eb013f3492
commit
65c19d073c
@ -261,8 +261,8 @@ void my_cpuid(x64emu_t* emu, uint32_t tmp32u)
|
||||
| 1<<22 // MOVBE
|
||||
| 1<<23 // POPCOUNT
|
||||
| 1<<25 // aesni
|
||||
| 1<<26 // xsave
|
||||
| 1<<27 // osxsave
|
||||
| box64_avx<<26 // xsave
|
||||
| box64_avx<<27 // osxsave
|
||||
| box64_avx<<28 // AVX
|
||||
| box64_avx<<29 // F16C
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user