From 3de020c18a169a94483ce2525bf7523ed4413de5 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sat, 15 May 2010 14:52:00 -0700 Subject: [PATCH] cpu.x86: don't enable bit-count intrinsic by default --- basis/cpu/x86/x86.factor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/basis/cpu/x86/x86.factor b/basis/cpu/x86/x86.factor index b1c5836bf8..5e670ca01f 100644 --- a/basis/cpu/x86/x86.factor +++ b/basis/cpu/x86/x86.factor @@ -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 ;