cpu.x86: fix bootstrap load error
parent
c1dbce85bb
commit
7c0cd6dc37
|
@ -1534,7 +1534,7 @@ enable-float-min/max
|
|||
enable-fsqrt
|
||||
|
||||
: check-sse ( -- )
|
||||
[ { (sse-version) (popcnt?) } compile ] with-optimizer
|
||||
[ { (sse-version) popcnt? } compile ] with-optimizer
|
||||
sse-version 20 < [
|
||||
"Factor requires SSE2, which your CPU does not support." print
|
||||
flush
|
||||
|
|
Loading…
Reference in New Issue