Simplify macros for data structure access.

Still segvaults for AoS.
This commit is contained in:
Jan Eitzinger
2021-03-23 09:26:41 +01:00
parent cb0ae2b0bb
commit 6679b6c8aa
7 changed files with 50 additions and 59 deletions

View File

@@ -5,7 +5,7 @@ TARGET = MDBench-$(TAG)
BUILD_DIR = ./$(TAG)
SRC_DIR = ./src
MAKE_DIR = ./
FLAGS = #-DAOS
FLAGS = -DAOS
Q ?= @
#DO NOT EDIT BELOW