Browse Source

Merge commit 'b3490a4' into bfgminer-3.0.x

Luke Dashjr 12 years ago
parent
commit
573fe0c592
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-cpu.h

+ 1 - 1
driver-cpu.h

@@ -30,7 +30,7 @@
 #define WANT_X8664_SSE2 1
 #endif
 
-#if defined(__x86_64__) && defined(HAS_YASM)
+#if defined(__x86_64__) && defined(HAS_YASM) && defined(__SSE4_1__)
 #define WANT_X8664_SSE4 1
 #endif