Files
ispc/examples_cuda/aobench/Makefile
2013-11-10 16:02:10 +01:00

9 lines
123 B
Makefile

EXAMPLE=ao
CPP_SRC=ao.cpp ao_serial.cpp
ISPC_SRC=ao1.ispc
ISPC_IA_TARGETS=avx
ISPC_ARM_TARGETS=neon
include ../common.mk