Remove MemoryHierarchy Bench again and revert to old structure.

This commit is contained in:
Jan Eitzinger
2019-09-15 06:21:39 +02:00
parent f4f081e596
commit 58d9964da4
37 changed files with 0 additions and 912 deletions

12
include_GCC.mk Normal file
View File

@@ -0,0 +1,12 @@
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 =