MD-Bench/config.mk
Rafael Ravedutti 77a0774208 Improve stubbed force calculation version
Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
2021-03-30 22:17:30 +02:00

10 lines
144 B
Makefile

# Supported: GCC, CLANG, ICC
TAG ?= GCC
# SP or DP
DATA_TYPE ?= DP
# AOS or SOA
DATA_LAYOUT ?= SOA
#Feature options
OPTIONS += -DALIGNMENT=64