Sign in
opensecura
/
sw
/
vec
/
0dc903a9965c5c874c612863567df1e5231e0073
/
.
/
vector_matmul4_asm_test
/
CMakeLists.txt
blob: 6c0c04b6142cfa42d33ffa2db62f71d922d9d046 [
file
]
if(${BUILD_SIMPLIFIED_CORE})
return()
endif()
vec_cc_binary(
NAME
vector_matmul4_asm_test
SRCS
main.cpp
vector_matmul4_asm.S
)