Blob Blame History Raw
--- configure.orig	2020-01-15 19:01:44.000000000 -0700
+++ configure	2020-01-15 21:19:46.182845218 -0700
@@ -12374,9 +12374,6 @@ if ${ax_cv_have_sse3_ext+:} false; then
 else
 
     ax_cv_have_sse3_ext=no
-    if test "$((0x$ecx&0x01))" = 1; then
-      ax_cv_have_sse3_ext=yes
-    fi
 
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_have_sse3_ext" >&5
@@ -12389,9 +12386,6 @@ if ${ax_cv_have_ssse3_ext+:} false; then
 else
 
     ax_cv_have_ssse3_ext=no
-    if test "$((0x$ecx>>9&0x01))" = 1; then
-      ax_cv_have_ssse3_ext=yes
-    fi
 
 fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_have_ssse3_ext" >&5