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 a28b7be commit ea47e24Copy full SHA for ea47e24
common.mk
@@ -28,7 +28,7 @@ endif
28
29
30
ifeq (icc,$(findstring icc,$(CC)))
31
- CFLAGS += -xhost -opt-prefetch -opt-prefetch-distance=16 #-vec-report6
+ CFLAGS += -xhost -ipo #-vec-report6
32
ifeq (USE_OMP,$(findstring USE_OMP,$(OPT)))
33
CFLAGS += -openmp
34
CLINK += -openmp
0 commit comments