Increase problem size. Enable streaming source for ICC.

This commit is contained in:
Jan Eitzinger
2020-10-12 07:37:53 +02:00
parent 14cbb9290e
commit 064453b9f9
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ ifeq ($(ENABLE_OPENMP),true)
OPENMP = -qopenmp
endif
CFLAGS = -qopt-report -Ofast -xHost -std=c99 -ffreestanding $(OPENMP)
CFLAGS = -Ofast -xHost -qopt-streaming-stores=always -std=c99 -ffreestanding $(OPENMP)
LFLAGS = $(OPENMP)
DEFINES = -D_GNU_SOURCE
INCLUDES =