From 50be8323cd5dfb3991a0b33bc6926d8d79f893ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albin=20Ahlb=C3=A4ck?= Date: Mon, 11 Mar 2024 11:35:09 +0100 Subject: [PATCH] Ivybridge does not have AVX2 either... --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 59b368b722..9dfe04e374 100644 --- a/configure.ac +++ b/configure.ac @@ -345,7 +345,7 @@ Please report at ]) case $host_cpu in coreiibr | coreiibrnoavx | ivybridge | ivybridgenoavx) gcc_cflags_arch="-march=ivybridge" - flint_cv_have_fft_small_x86_i="yes" + # Ivybridge does not have AVX2 ;; coreihwl | coreihwlnoavx | haswell | haswellnoavx) gcc_cflags_arch="-march=haswell"