We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12d91a commit 3ba6029Copy full SHA for 3ba6029
Makefile
@@ -6,7 +6,7 @@ SOURCES = fft_bench.c
6
7
CC = icx
8
CFLAGS = -m64 -fPIC -fp-model strict -O3 -g -fomit-frame-pointer \
9
- -DNDEBUG -qopenmp -xSSE4.2 -axCORE-AVX2,COMMON-AVX512 \
+ -DNDEBUG -qopenmp -xSSE4.2 -axCORE-AVX2,CORE-AVX512 \
10
-lmkl_rt -Wall -pedantic
11
12
ifneq ($(CONDA_PREFIX),)
0 commit comments