Tweak SIMD & ASM option defaults.
authorWayne Davison <wayne@opencoder.net>
Mon, 27 Sep 2021 18:09:43 +0000 (11:09 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 27 Sep 2021 18:09:43 +0000 (11:09 -0700)
configure.ac

index cb583e59ada2cdb18ff08dc210e13969aaf3fd79..d80194ee44d21f84bdf9911b1d2a5d0df8ba071c 100644 (file)
@@ -255,7 +255,7 @@ __attribute__ ((target("ssse3"))) void more_testing(char* buf, int len)
 
 if test x"$enable_simd" = x""; then
     case "$host_os" in
-       *linux*) enable_simd=yes ;;
+       *linux*) ;;
        *) enable_simd=no ;;
     esac
 fi
@@ -320,7 +320,7 @@ AC_ARG_ENABLE(asm,
 
 if test x"$enable_asm" = x""; then
     case "$host_os" in
-       *linux*) enable_asm=yes ;;
+       *linux*) ;;
        *) enable_asm=no ;;
     esac
 fi