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),)