Files
ispc/examples/aobench/Makefile
2014-01-05 10:30:25 +01:00

9 lines
129 B
Makefile

EXAMPLE=ao
CPP_SRC=ao.cpp ao_serial.cpp
ISPC_SRC=ao.ispc
ISPC_IA_TARGETS=avx1-i32x8
ISPC_ARM_TARGETS=neon
include ../common.mk