From e2d7cc5011f8f88d7c96d4d395ea9927a9d9ce8e Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 27 Dec 2024 18:47:32 +0100 Subject: Exposed MMXext for CPUTYPE=1 --- src/tools/my_cpuid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit 1.4.1