Files
ispc/examples/portable/aobench/Makefile_cpu
2014-02-20 12:43:24 +01:00

9 lines
116 B
Plaintext

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