diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-27 18:47:32 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-27 18:47:32 +0100 |
| commit | e2d7cc5011f8f88d7c96d4d395ea9927a9d9ce8e (patch) | |
| tree | 5054c3a90f8854f493a003fd4f477eec8a06ac9d /src | |
| parent | 79413a41475e3b24fa48dfaac031fdfc05fa4e75 (diff) | |
| download | box64-e2d7cc5011f8f88d7c96d4d395ea9927a9d9ce8e.tar.gz box64-e2d7cc5011f8f88d7c96d4d395ea9927a9d9ce8e.zip | |
Exposed MMXext for CPUTYPE=1
Diffstat (limited to 'src')
| -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 1980c8e0..dd7065da 100644 --- a/src/tools/my_cpuid.c +++ b/src/tools/my_cpuid.c @@ -538,7 +538,7 @@ void my_cpuid(x64emu_t* emu, uint32_t tmp32u) | 1<<16 // pat | 1<<19 // clflush (seems to be with SSE2) | 1<<21 // DS, used with VMX, is that usefull? - //| 1<<22 // MMXext + | 1<<22 // MMXext | 1<<23 // mmx | 1<<24 // fxsr (fxsave, fxrestore) //| 1<<25 // FFXSR |