Files
ispc/examples/portable/volume_rendering/Makefile_cpu
2014-02-21 08:51:33 +01:00

9 lines
131 B
Plaintext

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