added volume rendering example
This commit is contained in:
8
examples/portable/volume_rendering/Makefile_cpu
Normal file
8
examples/portable/volume_rendering/Makefile_cpu
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
EXAMPLE=volume
|
||||
CPP_SRC=volume.cpp
|
||||
ISPC_SRC=volume.ispc
|
||||
ISPC_IA_TARGETS=avx1-i32x8
|
||||
ISPC_ARM_TARGETS=neon
|
||||
|
||||
include ../common_cpu.mk
|
||||
Reference in New Issue
Block a user