first commit
This commit is contained in:
9
examples/portable/inplaceTraspose/Makefile_cpu
Normal file
9
examples/portable/inplaceTraspose/Makefile_cpu
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
EXAMPLE=inplaceTranspose
|
||||
CPP_SRC=inplaceTranspose.cpp
|
||||
ISPC_SRC=inplaceTranspose.ispc
|
||||
ISPC_IA_TARGETS=avx1-i32x8
|
||||
ISPC_ARM_TARGETS=neon
|
||||
#ISPC_FLAGS=-DDEBUG -g
|
||||
|
||||
include ../common_cpu.mk
|
||||
Reference in New Issue
Block a user