From 204713af6b3e17396b5c86dc3b25cfdd6f72923c Mon Sep 17 00:00:00 2001 From: "Scherbakov, Denis" Date: Wed, 14 Sep 2022 02:42:45 -0500 Subject: [PATCH] Replace COMMON-AVX512 with CORE-AVX512 in native --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45bf240..884df3d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SOURCES = fft_bench.c CC = icx CFLAGS = -m64 -fPIC -fp-model strict -O3 -g -fomit-frame-pointer \ - -DNDEBUG -qopenmp -xSSE4.2 -axCORE-AVX2,COMMON-AVX512 \ + -DNDEBUG -qopenmp -xSSE4.2 -axCORE-AVX2,CORE-AVX512 \ -lmkl_rt -Wall -pedantic ifneq ($(CONDA_PREFIX),)