From cc7ef7ee7139e0b78668d618d5b7ba2ecd712d4e Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 22 May 2021 14:12:40 +0200 Subject: [PATCH] Handle inadvertent use of DYNAMIC_ARCH=0 --- Makefile.x86_64 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile.x86_64 b/Makefile.x86_64 index f62ab9e5e..fb4c6493f 100644 --- a/Makefile.x86_64 +++ b/Makefile.x86_64 @@ -36,14 +36,6 @@ ifneq ($(F_COMPILER), NAG) FCOMMON_OPT += -msse4.1 endif endif -ifndef OLDGCC -ifdef HAVE_AVX -CCOMMON_OPT += -mavx -ifneq ($(F_COMPILER), NAG) -FCOMMON_OPT += -mavx -endif -endif -endif ifndef NO_AVX2 ifdef HAVE_AVX2 CCOMMON_OPT += -mavx2