cpu.x86: don't enable bit-count intrinsic by default

db4
Joe Groff 2010-05-15 14:52:00 -07:00
parent 3956dd1516
commit 3de020c18a
1 changed files with 1 additions and 2 deletions

View File

@ -1539,5 +1539,4 @@ enable-fsqrt
"Factor requires SSE2, which your CPU does not support." print "Factor requires SSE2, which your CPU does not support." print
flush flush
1 exit 1 exit
] when ] when ;
popcnt? [ enable-bit-count ] when ;