Skip to content

Commit

Permalink
Set CFLAGS and temporary param_path for Zen 5
Browse files Browse the repository at this point in the history
  • Loading branch information
albinahlback committed Mar 6, 2025
1 parent 49eb590 commit 6bd7e01
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,12 @@ Please report at <https://github.com/flintlib/flint/issues/>])
param_path="x86_64/zen4"
have_avx512="yes"
;;
coreibwl | broadwell)
zen5)
gcc_cflags_arch="-march=znver5 -march=znver4"
param_path="x86_64/zen4" # fallback, to be refined
have_avx512="yes"
;;
broadwell)
gcc_cflags_arch="-march=broadwell"
param_path="x86_64/broadwell"
;;
Expand Down

0 comments on commit 6bd7e01

Please sign in to comment.