blob: fc5a35036ac4eed77366633ce1c96b8312da69cf [file] [log] [blame]
if(${BUILD_SIMPLIFIED_CORE})
return()
endif()
vec_cc_binary(
NAME
vector_load_store_tests
SRCS
vector_load_store_tests.c
DEPS
vector_tests
LINKOPTS
-Xlinker --defsym=__itcm_length__=128K
)