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 ae4e8f4 commit c832c70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,11 @@ Please report at <https://github.com/flintlib/flint/issues/>])
param_path="x86_64/zen4"
have_avx512="yes"
;;
zen5)
gcc_cflags_arch="-march=znver5 -march=znver4"
param_path="x86_64/zen4" # fallback, to be refined
have_avx512="yes"
;;
coreibwl | broadwell)
gcc_cflags_arch="-march=broadwell"
param_path="x86_64/broadwell"
Expand Down

0 comments on commit c832c70

Please sign in to comment.