Files
ispc/examples_ptx/volume_rendering/Makefile_cpu
2014-01-05 17:03:29 +01:00

9 lines
145 B
Plaintext

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