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