MD-Bench/config.mk

8 lines
140 B
Makefile
Raw Normal View History

2021-03-24 08:43:44 +01:00
# Supported: GCC, CLANG, ICC
TAG ?= GCC
DATA_TYPE ?= SP#SP or DP
2021-03-24 08:48:27 +01:00
DATA_LAYOUT ?= SoA#AOS or SOA
2021-03-24 08:43:44 +01:00
#Feature options
OPTIONS += -DALIGNMENT=64