Skip to content

Commit c12d91a

Browse files
Switch to 2022.1 icx version (#11)
1 parent 5fe42df commit c12d91a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fft_bench
2+
*.o

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 -xCORE-AVX2 -xCORE-AVX512 -xCOMMON-AVX512 \
9+
-DNDEBUG -qopenmp -xSSE4.2 -axCORE-AVX2,COMMON-AVX512 \
1010
-lmkl_rt -Wall -pedantic
1111

1212
ifneq ($(CONDA_PREFIX),)

0 commit comments

Comments
 (0)