From d09a48fd03466e7160752d8ed17c9df3976d11f9 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 26 May 2024 09:21:04 +0200 Subject: [INTERPRETER] my first avx opcode --- src/tools/my_cpuid.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tools/my_cpuid.c') diff --git a/src/tools/my_cpuid.c b/src/tools/my_cpuid.c index 9f0614bf..a78c499d 100644 --- a/src/tools/my_cpuid.c +++ b/src/tools/my_cpuid.c @@ -262,6 +262,8 @@ void my_cpuid(x64emu_t* emu, uint32_t tmp32u) | 1<<23 // POPCOUNT | 1<<25 // aesni | 1<<26 // xsave + | 1<<27 // osxsave + | box64_avx<<28 // AVX ; break; case 0x2: // TLB and Cache info. Sending 1st gen P4 info... -- cgit 1.4.1