Sign in
opensecura
/
sw
/
vec
/
61503b220c078fedc6aadd81c603508262215d0d
/
.
/
vector_load_store_tests
/
CMakeLists.txt
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
)