aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorOla Liljedahl <ola.liljedahl@arm.com>2020-02-27 15:10:03 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2020-02-27 17:05:51 +0000
commit6a988f6813aa5d929ec7f8aa17946f2d9cf511ce (patch)
tree44d03c453732bf5f47323e08cae711ea0fcc7e8f /README
parent6f41cff0221e245745b39a246f1129050e8e0c6d (diff)
downloadarm-optimized-routines-6a988f6813aa5d929ec7f8aa17946f2d9cf511ce.tar.gz
networking: New subproject.
Add scalar and NEON ones' complement checksumming implementations for AArch64 and Armv7-A.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 440f08a..f9df6f9 100644
--- a/README
+++ b/README
@@ -17,6 +17,9 @@ math/ - math subproject sources.
math/include/ - math library public headers.
math/test/ - math test and benchmark related sources.
math/tools/ - tools used for designing the algorithms.
+networking/ - networking subproject sources.
+networking/include/ - networking library public headers.
+networking/test/ - networking test and benchmark related sources.
string/ - string routines subproject sources.
string/include/ - string library public headers.
string/test/ - string test and benchmark related sources.