vm/cpu-x86.S: don't detect SSSE3, SSE4.1 or SSE4.2 yet

db4
Slava Pestov 2009-09-08 14:06:19 -05:00
parent 2dcce9871e
commit 109cde9bd6
1 changed files with 2 additions and 2 deletions

View File

@ -72,12 +72,12 @@ DEF(F_FASTCALL void,lazy_jit_compile,(CELL quot)):
DEF(bool,sse_version,(void)):
mov $0x1,RETURN_REG
cpuid
test $0x100000,%ecx
/* test $0x100000,%ecx
jnz sse_42
test $0x80000,%ecx
jnz sse_41
test $0x200,%ecx
jnz ssse_3
jnz ssse_3 */
test $0x1,%ecx
jnz sse_3
test $0x4000000,%edx