summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 0357b1f5bd..ef57ee9b3e 100755
--- a/configure
+++ b/configure
@@ -1916,7 +1916,6 @@ fi
# avx2 optimization requirement check
cat > $TMPC << EOF
-#ifndef __clang__
#pragma GCC push_options
#pragma GCC target("avx2")
#include <cpuid.h>
@@ -1926,7 +1925,6 @@ static int bar(void *a) {
return _mm256_testz_si256(x, x);
}
int main(int argc, char *argv[]) { return bar(argv[0]); }
-#endif //__clang__
EOF
if compile_object "" ; then
avx2_opt="yes"