options example

This commit is contained in:
Evghenii
2014-02-21 09:07:45 +01:00
parent 3fc95779ac
commit 6a52717184
7 changed files with 728 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
EXAMPLE=options
CPP_SRC=options.cpp
ISPC_SRC=options.ispc
ISPC_IA_TARGETS=avx1-i32x16
ISPC_ARM_TARGETS=neon
include ../common_cpu.mk