Sign in
opensecura
/
sw
/
vec
/
b36998c542de1375f17e4dc44df85a52c596e1b3
/
.
/
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
)