From 79413a41475e3b24fa48dfaac031fdfc05fa4e75 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 27 Dec 2024 18:32:37 +0100 Subject: [INTERPRETER] Exposed SSE4a for CPUTYPE=1, implemented all 4 opcodes --- src/tools/my_cpuid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/my_cpuid.c b/src/tools/my_cpuid.c index e10aaca9..1980c8e0 100644 --- a/src/tools/my_cpuid.c +++ b/src/tools/my_cpuid.c @@ -519,7 +519,7 @@ void my_cpuid(x64emu_t* emu, uint32_t tmp32u) | 1<<1 // cmplegacy? | 1<<2 // securevm | 1<<5 // ABM (LZCNT) - //| 1<<6 // SSE4a (extrq, instrq, movntss, movntsd) + | 1<<6 // SSE4a (extrq, instrq, movntss, movntsd) //| 1<<7 // misaligned SSE | 1<<8 // 3DNowPrefetch //| 1<<10 // IBS -- cgit 1.4.1