diff --git a/configure.ac b/configure.ac index 0eb2d883b..b742c0851 100644 --- a/configure.ac +++ b/configure.ac @@ -118,7 +118,7 @@ fi AX_CHECK_BLISS() -# Check whether to use -march=native -mpopcnt and __builtin_ctzl +# Check whether to use -mpopcnt and __builtin_ctzl AC_ARG_WITH([intrinsics], [AS_HELP_STRING([--without-intrinsics], [do not use compiler intrinsics even if available])] @@ -127,10 +127,6 @@ AC_ARG_WITH([intrinsics], AS_IF([test "x$with_intrinsics" == "xno" ], [AC_MSG_NOTICE([compiler intrinsics will not be used even if available])]) -AS_IF([test "x$with_intrinsics" != "xno"], - [AX_CHECK_COMPILE_FLAG(-march=native, AX_APPEND_FLAG(-march=native)) - ]) - dnl compiler builtins AC_DEFUN([CHECK_COMPILER_BUILTIN], [AC_MSG_CHECKING([for $1])