cpu.x86: don't enable bit-count intrinsic by default
parent
3956dd1516
commit
3de020c18a
|
@ -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 ;
|
|
||||||
|
|
Loading…
Reference in New Issue