aboutsummaryrefslogtreecommitdiff
path: root/contrib/arm-optimized-routines/README
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2023-06-09 16:56:02 +0000
committerAndrew Turner <andrew@FreeBSD.org>2023-06-09 16:56:02 +0000
commit072a4ba82a01476eaee33781ccd241033eefcf0b (patch)
treecaa6144dde0c7923c17942f573ee0d548a33a609 /contrib/arm-optimized-routines/README
parent1dd169af7143db4df613f273e565919c1c2b53f5 (diff)
parent29866ecb89620f1c798b7f5ff6710255f13aa52e (diff)
downloadsrc-072a4ba82a01476eaee33781ccd241033eefcf0b.tar.gz
src-072a4ba82a01476eaee33781ccd241033eefcf0b.zip
Update the Arm Optimized Routine library to v23.01
Sponsored by: Arm Ltd
Diffstat (limited to 'contrib/arm-optimized-routines/README')
-rw-r--r--contrib/arm-optimized-routines/README14
1 files changed, 9 insertions, 5 deletions
diff --git a/contrib/arm-optimized-routines/README b/contrib/arm-optimized-routines/README
index 9e1a34fdc65d..a2143a28488a 100644
--- a/contrib/arm-optimized-routines/README
+++ b/contrib/arm-optimized-routines/README
@@ -2,14 +2,17 @@ Arm Optimized Routines
----------------------
This repository contains implementations of library functions
-provided by Arm under MIT License (See LICENSE). Contributions
-to this project are accepted, but Contributors have to sign an
-Assignment Agreement, please follow the instructions in
+provided by Arm. The outbound license is available under a dual
+license, at the user’s election, as reflected in the LICENSE file.
+Contributions to this project are accepted, but Contributors have
+to sign an Assignment Agreement, please follow the instructions in
contributor-agreement.pdf. This is needed so upstreaming code
-to projects that require copyright assignment is possible.
+to projects that require copyright assignment is possible. Further
+contribution requirements are documented in README.contributors of
+the appropriate subdirectory.
Regular quarterly releases are tagged as vYY.MM, the latest
-release is v21.02.
+release is v23.01.
Source code layout:
@@ -24,6 +27,7 @@ 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.
+pl/... - separately maintained performance library code.
The steps to build the target libraries and run the tests: