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
)