From 5a52922cd2b9033f6f38ea1cbc78058cf6780cf5 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 12 Mar 2023 16:04:15 +0100 Subject: Added support for SSE4.1, and added a couple of opcode ([ARM64_DYNAREC] too) --- src/wrapped/wrappedlibc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wrapped') diff --git a/src/wrapped/wrappedlibc.c b/src/wrapped/wrappedlibc.c index ca4db823..770fdbf8 100755 --- a/src/wrapped/wrappedlibc.c +++ b/src/wrapped/wrappedlibc.c @@ -1548,7 +1548,7 @@ void CreateCPUInfoFile(int fd) P; sprintf(buff, "bogomips\t: %g\n", bogoMips); P; - sprintf(buff, "flags\t\t: fpu cx8 sep cmov clflush mmx sse sse2 syscall tsc lahf_lm ssse3 ht tm lm fma fxsr cpuid pclmulqdq cx16 aes movbe pni\n"); + sprintf(buff, "flags\t\t: fpu cx8 sep cmov clflush mmx sse sse2 syscall tsc lahf_lm ssse3 ht tm lm fma fxsr cpuid pclmulqdq cx16 aes movbe pni sse4_1\n"); P; sprintf(buff, "address sizes\t: 46 bits physical, 48 bits virtual\n"); P; -- cgit 1.4.1