mirror of
https://github.com/RRZE-HPC/ibench.git
synced 2025-07-21 12:51:10 +02:00
9 lines
261 B
Makefile
9 lines
261 B
Makefile
CC = gcc
|
|
AS = gcc
|
|
CFLAGS = -O3
|
|
# -msve-vector-bits=512 -march=armv8.2-a+sve
|
|
LFLAGS = -shared
|
|
|
|
KERNELS += $(patsubst $(SRC_DIR)/%.S, %.so, $(wildcard $(SRC_DIR)/NEON/*.S))
|
|
#KERNELS += $(patsubst $(SRC_DIR)/%.S, %.so, $(wildcard $(SRC_DIR)/SVE/*.S))
|