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