cpu.x86: fix regression: fsqrt intrinsic wasn't used
parent
4df307fdae
commit
daf8f0ebba
|
|
@ -974,9 +974,9 @@ enable-fixnum-log2
|
|||
: enable-sse2 ( version -- )
|
||||
20 >= [
|
||||
enable-float-intrinsics
|
||||
enable-fsqrt
|
||||
enable-float-min/max
|
||||
enable-float-functions
|
||||
enable-float-min/max
|
||||
enable-fsqrt
|
||||
install-sse2-check
|
||||
] when ;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue