Skip to content

Commit 393798d

Browse files
remove -prec-div compile flag as not supported (#20)
1 parent 16b854c commit 393798d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/random/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SOURCES = $(addsuffix .c,$(BENCHMARKS))
77
CC = icx
88
CLANG_FORMAT = clang-format
99
CFLAGS += -m64 -fPIC -fomit-frame-pointer -xSSE4.2 -axCORE-AVX2,CORE-AVX512 \
10-
-O3 -fp-model fast=2 -fimf-precision=high -prec-sqrt -prec-div \
10+
-O3 -fp-model fast=2 -fimf-precision=high -prec-sqrt \
1111
-fprotect-parens
1212
LDFLAGS += -lmkl_rt
1313

0 commit comments

Comments
 (0)