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 16b854c commit 393798dCopy full SHA for 393798d
numpy/random/Makefile
@@ -7,7 +7,7 @@ SOURCES = $(addsuffix .c,$(BENCHMARKS))
7
CC = icx
8
CLANG_FORMAT = clang-format
9
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 \
+ -O3 -fp-model fast=2 -fimf-precision=high -prec-sqrt \
11
-fprotect-parens
12
LDFLAGS += -lmkl_rt
13
0 commit comments