Skip to content

Commit

Permalink
Ivybridge does not have AVX2 either...
Browse files Browse the repository at this point in the history
  • Loading branch information
albinahlback committed Mar 11, 2024
1 parent 5df6776 commit 50be832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Please report at <https://github.com/flintlib/flint/issues/>])
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"
Expand Down

0 comments on commit 50be832

Please sign in to comment.