This commit is contained in:
Evghenii
2014-01-05 10:12:45 +01:00
parent fd429e4fda
commit 89169d5506
8 changed files with 848 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
EXAMPLE=ao
CPP_SRC=ao.cpp ao_serial.cpp
ISPC_SRC=ao.ispc
ISPC_IA_TARGETS=avx1-i32x8
ISPC_ARM_TARGETS=neon
include ../common.mk