Skip to content

Commit

Permalink
Fallback to -march=alderlake on raptorlake
Browse files Browse the repository at this point in the history
  • Loading branch information
albinahlback authored Feb 5, 2025
1 parent 5bf7db9 commit cffb635
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 @@ -732,7 +732,7 @@ Please report at <https://github.com/flintlib/flint/issues/>])
param_path="x86_64/skylake"
;;
raptorlake)
gcc_cflags_arch="-march=raptorlake"
gcc_cflags_arch="-march=raptorlake -march=alderlake"
param_path="x86_64/skylake"
;;
meteorlake)
Expand Down

0 comments on commit cffb635

Please sign in to comment.