cpu.x86: fix bootstrap load error

db4
Joe Groff 2010-05-15 15:28:22 -07:00
parent c1dbce85bb
commit 7c0cd6dc37
1 changed files with 1 additions and 1 deletions

View File

@ -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