From 0c773b8205d5108a765db44eaca6427b2b3af608 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 11 Oct 2020 01:04:57 +0200 Subject: [PATCH] Do not rely on HAVE_SSE3 in DYNAMIC_ARCH builds --- Makefile.x86_64 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.x86_64 b/Makefile.x86_64 index 65b67bba1..e793a1c2f 100644 --- a/Makefile.x86_64 +++ b/Makefile.x86_64 @@ -9,9 +9,11 @@ endif endif ifdef HAVE_SSE3 +ifndef DYNAMIC_ARCH CCOMMON_OPT += -msse3 FCOMMON_OPT += -msse3 endif +endif ifeq ($(CORE), SKYLAKEX) ifndef DYNAMIC_ARCH