]> gitweb.factorcode.org Git - factor.git/commitdiff
cpu.x86: don't enable bit-count intrinsic by default
authorJoe Groff <arcata@gmail.com>
Sat, 15 May 2010 21:52:00 +0000 (14:52 -0700)
committerJoe Groff <arcata@gmail.com>
Sat, 15 May 2010 21:52:00 +0000 (14:52 -0700)
basis/cpu/x86/x86.factor

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