Skip to content

Commit 3ba6029

Browse files
Replace COMMON-AVX512 with CORE-AVX512 in native (#12)
1 parent c12d91a commit 3ba6029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SOURCES = fft_bench.c
66

77
CC = icx
88
CFLAGS = -m64 -fPIC -fp-model strict -O3 -g -fomit-frame-pointer \
9-
-DNDEBUG -qopenmp -xSSE4.2 -axCORE-AVX2,COMMON-AVX512 \
9+
-DNDEBUG -qopenmp -xSSE4.2 -axCORE-AVX2,CORE-AVX512 \
1010
-lmkl_rt -Wall -pedantic
1111

1212
ifneq ($(CONDA_PREFIX),)

0 commit comments

Comments
 (0)