Move benchmarks to MainMemory subdirectory

This commit is contained in:
Jan Eitzinger
2019-06-29 10:24:53 +02:00
parent 6d1012f71e
commit df88c45a4c
21 changed files with 0 additions and 0 deletions

View File

@@ -1,12 +0,0 @@
CC = gcc
LINKER = $(CC)
ifeq ($(ENABLE_OPENMP),true)
OPENMP = -fopenmp
endif
CFLAGS = -Ofast -ffreestanding -std=c99 $(OPENMP)
LFLAGS = $(OPENMP)
DEFINES = -D_GNU_SOURCE
INCLUDES =
LIBS =