1
1
= Cortex-A String Routines =
3
3
This package contains optimised string routines including memcpy(),
4
memset(), strcpy(), strlen(), and for the ARM Cortex-A series
10
10
First configure and then install libcortex-strings.so. To make other
11
11
applications use this library, either add -lcortex-strings to the link
12
12
command or use LD_PRELOAD to load the library into existing applications.
15
18
* src/ contains the routines themselves
16
19
* tests/ contains the unit tests