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