aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-07-30 17:33:23 +0100
committerWill Newton <will.newton@linaro.org>2013-07-30 17:33:23 +0100
commit7310768f94ef3c29079c0aff18bb8805c3417443 (patch)
tree4506ed495ee4b5db244de5ebf4be2c293261f680 /README
parent389835d8761d5f1eb16dd2e655e8d20321687eaf (diff)
Update README to reflect src/neon going away.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 450a520..85956a5 100644
--- a/README
+++ b/README
@@ -4,8 +4,8 @@ This package contains optimised string routines including memcpy(), memset(),
strcpy(), strlen() for the ARM Cortex-A series of cores.
Various implementations of these routines are provided, including generic
-implementations for ARMv7-A cores with/without Neon, an implementation tuned
-for Cortex-A9 and generic implementations for cores supporting AArch64.
+implementations for ARMv7-A cores with/without Neon, Thumb2 implementations
+and generic implementations for cores supporting AArch64.
== Getting started ==
First configure and then install libcortex-strings.so. To make other
@@ -26,7 +26,6 @@ as GLIBC, Bionic, and Newlib. Your system may already include them!
The src directory contains different variants organised by the
implementation they run on and optional features used. For example:
* src/thumb-2 contains generic non-NEON routines for AArch32 (with Thumb-2).
- * src/neon contains NEON based routines for AArch32.
* src/linaro-a9 contains tuned routines for Cortex-A9 processors.
* src/aarch64 contains generic routines for AArch64.