aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <david.gilbert@linaro.org>2011-09-15 15:14:12 +0100
committerDr. David Alan Gilbert <david.gilbert@linaro.org>2011-09-15 15:14:12 +0100
commit7d572a88300d2741c0f9b64db7955280c5d1713b (patch)
treef0162f570845ed0bdbb5c5df11910e0990af829a /README
parent91f4845663900b8dbd85cd5da0906c64ceebe688 (diff)
Remove strcmp from src and build (keep tests and reference for now)
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 12fbe09..64cc956 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
= Cortex-A String Routines =
This package contains optimised string routines including memcpy(),
-memset(), strcpy(), strlen(), and strcmp() for the ARM Cortex-A series
+memset(), strcpy(), strlen(), and for the ARM Cortex-A series
of processors. Variants are available for the Cortex-A8 and
Cortex-A9, as well as variants that make use of the optional NEON
unit.