From cffb6359f9f02d0b7224817cd49b1d629890b795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albin=20Ahlb=C3=A4ck?= Date: Wed, 5 Feb 2025 11:36:07 +0100 Subject: [PATCH] Fallback to -march=alderlake on raptorlake --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7cd6031ded..3a2491f065 100644 --- a/configure.ac +++ b/configure.ac @@ -732,7 +732,7 @@ Please report at ]) param_path="x86_64/skylake" ;; raptorlake) - gcc_cflags_arch="-march=raptorlake" + gcc_cflags_arch="-march=raptorlake -march=alderlake" param_path="x86_64/skylake" ;; meteorlake)