Files
ispc/examples_cuda/volume_rendering/Makefile
2013-11-04 11:44:49 +01:00

9 lines
151 B
Makefile

EXAMPLE=volume
CPP_SRC=volume.cpp volume_serial.cpp
ISPC_SRC=volume.ispc
ISPC_IA_TARGETS=sse2,sse4-x2,avx
ISPC_ARM_TARGETS=neon
include ../common.mk