aboutsummaryrefslogtreecommitdiff
path: root/string/aarch64
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2022-02-10 10:32:35 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2022-02-10 11:04:00 +0000
commit189dfefe37d54c5b9d2a8bb2039091a638c691e1 (patch)
tree7fab830c522c1a95d4262807677f98d2ea6c4f7c /string/aarch64
parent89ca9c3629eb6a62c28918db929a6fe80b141825 (diff)
downloadarm-optimized-routines-189dfefe37d54c5b9d2a8bb2039091a638c691e1.tar.gz
Update lincense to MIT OR Apache-2.0 WITH LLVM-exception
The outgoing license was MIT only. The new dual license allows using the code under Apache-2.0 WITH LLVM-exception license too.
Diffstat (limited to 'string/aarch64')
-rw-r--r--string/aarch64/__mtag_tag_region.S2
-rw-r--r--string/aarch64/__mtag_tag_zero_region.S2
-rw-r--r--string/aarch64/check-arch.S2
-rw-r--r--string/aarch64/memchr-mte.S2
-rw-r--r--string/aarch64/memchr-sve.S2
-rw-r--r--string/aarch64/memchr.S2
-rw-r--r--string/aarch64/memcmp-sve.S2
-rw-r--r--string/aarch64/memcmp.S2
-rw-r--r--string/aarch64/memcpy-advsimd.S2
-rw-r--r--string/aarch64/memcpy-sve.S2
-rw-r--r--string/aarch64/memcpy.S2
-rw-r--r--string/aarch64/memrchr.S2
-rw-r--r--string/aarch64/memset.S2
-rw-r--r--string/aarch64/stpcpy-sve.S2
-rw-r--r--string/aarch64/stpcpy.S2
-rw-r--r--string/aarch64/strchr-mte.S2
-rw-r--r--string/aarch64/strchr-sve.S2
-rw-r--r--string/aarch64/strchr.S2
-rw-r--r--string/aarch64/strchrnul-mte.S2
-rw-r--r--string/aarch64/strchrnul-sve.S2
-rw-r--r--string/aarch64/strchrnul.S2
-rw-r--r--string/aarch64/strcmp-sve.S2
-rw-r--r--string/aarch64/strcmp.S2
-rw-r--r--string/aarch64/strcpy-sve.S2
-rw-r--r--string/aarch64/strcpy.S2
-rw-r--r--string/aarch64/strlen-mte.S2
-rw-r--r--string/aarch64/strlen-sve.S2
-rw-r--r--string/aarch64/strlen.S2
-rw-r--r--string/aarch64/strncmp-sve.S2
-rw-r--r--string/aarch64/strncmp.S2
-rw-r--r--string/aarch64/strnlen-sve.S2
-rw-r--r--string/aarch64/strnlen.S2
-rw-r--r--string/aarch64/strrchr-mte.S2
-rw-r--r--string/aarch64/strrchr-sve.S2
-rw-r--r--string/aarch64/strrchr.S2
35 files changed, 35 insertions, 35 deletions
diff --git a/string/aarch64/__mtag_tag_region.S b/string/aarch64/__mtag_tag_region.S
index 84339f7..84b8c94 100644
--- a/string/aarch64/__mtag_tag_region.S
+++ b/string/aarch64/__mtag_tag_region.S
@@ -2,7 +2,7 @@
* __mtag_tag_region - tag memory
*
* Copyright (c) 2021, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/__mtag_tag_zero_region.S b/string/aarch64/__mtag_tag_zero_region.S
index f58364c..97ae68e 100644
--- a/string/aarch64/__mtag_tag_zero_region.S
+++ b/string/aarch64/__mtag_tag_zero_region.S
@@ -2,7 +2,7 @@
* __mtag_tag_zero_region - tag memory and fill it with zero bytes
*
* Copyright (c) 2021, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/check-arch.S b/string/aarch64/check-arch.S
index 5a54242..1565465 100644
--- a/string/aarch64/check-arch.S
+++ b/string/aarch64/check-arch.S
@@ -2,7 +2,7 @@
* check ARCH setting.
*
* Copyright (c) 2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#if !__aarch64__
diff --git a/string/aarch64/memchr-mte.S b/string/aarch64/memchr-mte.S
index c2e967d..8441585 100644
--- a/string/aarch64/memchr-mte.S
+++ b/string/aarch64/memchr-mte.S
@@ -2,7 +2,7 @@
* memchr - find a character in a memory zone
*
* Copyright (c) 2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/memchr-sve.S b/string/aarch64/memchr-sve.S
index c22e659..820228e 100644
--- a/string/aarch64/memchr-sve.S
+++ b/string/aarch64/memchr-sve.S
@@ -2,7 +2,7 @@
* memchr - find a character in a memory zone
*
* Copyright (c) 2018-2021, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include "../asmdefs.h"
diff --git a/string/aarch64/memchr.S b/string/aarch64/memchr.S
index 353f0d1..5879c1c 100644
--- a/string/aarch64/memchr.S
+++ b/string/aarch64/memchr.S
@@ -2,7 +2,7 @@
* memchr - find a character in a memory zone
*
* Copyright (c) 2014-2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/memcmp-sve.S b/string/aarch64/memcmp-sve.S
index 78c5eca..d29588c 100644
--- a/string/aarch64/memcmp-sve.S
+++ b/string/aarch64/memcmp-sve.S
@@ -2,7 +2,7 @@
* memcmp - compare memory
*
* Copyright (c) 2018-2021, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include "../asmdefs.h"
diff --git a/string/aarch64/memcmp.S b/string/aarch64/memcmp.S
index 7ca1135..e19521f 100644
--- a/string/aarch64/memcmp.S
+++ b/string/aarch64/memcmp.S
@@ -1,7 +1,7 @@
/* memcmp - compare memory
*
* Copyright (c) 2013-2021, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/memcpy-advsimd.S b/string/aarch64/memcpy-advsimd.S
index f97f2c3..d1368d0 100644
--- a/string/aarch64/memcpy-advsimd.S
+++ b/string/aarch64/memcpy-advsimd.S
@@ -2,7 +2,7 @@
* memcpy - copy memory area
*
* Copyright (c) 2019-2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/memcpy-sve.S b/string/aarch64/memcpy-sve.S
index f85e800..66ae896 100644
--- a/string/aarch64/memcpy-sve.S
+++ b/string/aarch64/memcpy-sve.S
@@ -2,7 +2,7 @@
* memcpy - copy memory area
*
* Copyright (c) 2019-2022, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/memcpy.S b/string/aarch64/memcpy.S
index dd254f6..36aaf60 100644
--- a/string/aarch64/memcpy.S
+++ b/string/aarch64/memcpy.S
@@ -2,7 +2,7 @@
* memcpy - copy memory area
*
* Copyright (c) 2012-2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/memrchr.S b/string/aarch64/memrchr.S
index 7b4be84..ff4f47a 100644
--- a/string/aarch64/memrchr.S
+++ b/string/aarch64/memrchr.S
@@ -2,7 +2,7 @@
* memrchr - find last character in a memory zone.
*
* Copyright (c) 2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/memset.S b/string/aarch64/memset.S
index 9fcd975..ad0b0d6 100644
--- a/string/aarch64/memset.S
+++ b/string/aarch64/memset.S
@@ -2,7 +2,7 @@
* memset - fill memory with a constant byte
*
* Copyright (c) 2012-2021, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/stpcpy-sve.S b/string/aarch64/stpcpy-sve.S
index 82dd971..5d3f14b 100644
--- a/string/aarch64/stpcpy-sve.S
+++ b/string/aarch64/stpcpy-sve.S
@@ -2,7 +2,7 @@
* stpcpy - copy a string returning pointer to end.
*
* Copyright (c) 2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#define BUILD_STPCPY 1
diff --git a/string/aarch64/stpcpy.S b/string/aarch64/stpcpy.S
index 4f62aa4..155c68d 100644
--- a/string/aarch64/stpcpy.S
+++ b/string/aarch64/stpcpy.S
@@ -2,7 +2,7 @@
* stpcpy - copy a string returning pointer to end.
*
* Copyright (c) 2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#define BUILD_STPCPY 1
diff --git a/string/aarch64/strchr-mte.S b/string/aarch64/strchr-mte.S
index dcb0e46..4ed6cce 100644
--- a/string/aarch64/strchr-mte.S
+++ b/string/aarch64/strchr-mte.S
@@ -2,7 +2,7 @@
* strchr - find a character in a string
*
* Copyright (c) 2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/strchr-sve.S b/string/aarch64/strchr-sve.S
index 13ba9f4..1b984b9 100644
--- a/string/aarch64/strchr-sve.S
+++ b/string/aarch64/strchr-sve.S
@@ -2,7 +2,7 @@
* strchr/strchrnul - find a character in a string
*
* Copyright (c) 2018-2021, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include "../asmdefs.h"
diff --git a/string/aarch64/strchr.S b/string/aarch64/strchr.S
index 1063cbf..3aab56c 100644
--- a/string/aarch64/strchr.S
+++ b/string/aarch64/strchr.S
@@ -2,7 +2,7 @@
* strchr - find a character in a string
*
* Copyright (c) 2014-2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/strchrnul-mte.S b/string/aarch64/strchrnul-mte.S
index 1b0d0a6..4a08b52 100644
--- a/string/aarch64/strchrnul-mte.S
+++ b/string/aarch64/strchrnul-mte.S
@@ -2,7 +2,7 @@
* strchrnul - find a character or nul in a string
*
* Copyright (c) 2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/strchrnul-sve.S b/string/aarch64/strchrnul-sve.S
index 428ff1a..0005f91 100644
--- a/string/aarch64/strchrnul-sve.S
+++ b/string/aarch64/strchrnul-sve.S
@@ -2,7 +2,7 @@
* strchrnul - find a character or nul in a string
*
* Copyright (c) 2018-2019, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#define BUILD_STRCHRNUL
diff --git a/string/aarch64/strchrnul.S b/string/aarch64/strchrnul.S
index a4230d9..dc57f5f 100644
--- a/string/aarch64/strchrnul.S
+++ b/string/aarch64/strchrnul.S
@@ -2,7 +2,7 @@
* strchrnul - find a character or nul in a string
*
* Copyright (c) 2014-2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/strcmp-sve.S b/string/aarch64/strcmp-sve.S
index e6d2da5..6ce80e3 100644
--- a/string/aarch64/strcmp-sve.S
+++ b/string/aarch64/strcmp-sve.S
@@ -2,7 +2,7 @@
* __strcmp_aarch64_sve - compare two strings
*
* Copyright (c) 2018-2021, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include "../asmdefs.h"
diff --git a/string/aarch64/strcmp.S b/string/aarch64/strcmp.S
index 6e77845..bc1f74e 100644
--- a/string/aarch64/strcmp.S
+++ b/string/aarch64/strcmp.S
@@ -2,7 +2,7 @@
* strcmp - compare two strings
*
* Copyright (c) 2012-2022, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
diff --git a/string/aarch64/strcpy-sve.S b/string/aarch64/strcpy-sve.S
index f515462..3ce951c 100644
--- a/string/aarch64/strcpy-sve.S
+++ b/string/aarch64/strcpy-sve.S
@@ -2,7 +2,7 @@
* strcpy/stpcpy - copy a string returning pointer to start/end.
*
* Copyright (c) 2018-2021, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include "../asmdefs.h"
diff --git a/string/aarch64/strcpy.S b/string/aarch64/strcpy.S
index b99e494..92b2850 100644
--- a/string/aarch64/strcpy.S
+++ b/string/aarch64/strcpy.S
@@ -2,7 +2,7 @@
* strcpy/stpcpy - copy a string returning pointer to start/end.
*
* Copyright (c) 2020-2022, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/strlen-mte.S b/string/aarch64/strlen-mte.S
index 7cf41d5..45103ff 100644
--- a/string/aarch64/strlen-mte.S
+++ b/string/aarch64/strlen-mte.S
@@ -2,7 +2,7 @@
* strlen - calculate the length of a string.
*
* Copyright (c) 2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/strlen-sve.S b/string/aarch64/strlen-sve.S
index 2392493..0fd663f 100644
--- a/string/aarch64/strlen-sve.S
+++ b/string/aarch64/strlen-sve.S
@@ -2,7 +2,7 @@
* __strlen_aarch64_sve - compute the length of a string
*
* Copyright (c) 2018-2021, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include "../asmdefs.h"
diff --git a/string/aarch64/strlen.S b/string/aarch64/strlen.S
index a1b164a..98145f9 100644
--- a/string/aarch64/strlen.S
+++ b/string/aarch64/strlen.S
@@ -2,7 +2,7 @@
* strlen - calculate the length of a string.
*
* Copyright (c) 2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/strncmp-sve.S b/string/aarch64/strncmp-sve.S
index 234190e..08b9a7e 100644
--- a/string/aarch64/strncmp-sve.S
+++ b/string/aarch64/strncmp-sve.S
@@ -2,7 +2,7 @@
* strncmp - compare two strings with limit
*
* Copyright (c) 2018-2021, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include "../asmdefs.h"
diff --git a/string/aarch64/strncmp.S b/string/aarch64/strncmp.S
index 7e636b4..6957d07 100644
--- a/string/aarch64/strncmp.S
+++ b/string/aarch64/strncmp.S
@@ -2,7 +2,7 @@
* strncmp - compare two strings
*
* Copyright (c) 2013-2022, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/strnlen-sve.S b/string/aarch64/strnlen-sve.S
index 5b9ebf7..ec6f881 100644
--- a/string/aarch64/strnlen-sve.S
+++ b/string/aarch64/strnlen-sve.S
@@ -2,7 +2,7 @@
* strnlen - calculate the length of a string with limit.
*
* Copyright (c) 2019-2021, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include "../asmdefs.h"
diff --git a/string/aarch64/strnlen.S b/string/aarch64/strnlen.S
index 48d2495..e09dd1b 100644
--- a/string/aarch64/strnlen.S
+++ b/string/aarch64/strnlen.S
@@ -2,7 +2,7 @@
* strnlen - calculate the length of a string with limit.
*
* Copyright (c) 2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/strrchr-mte.S b/string/aarch64/strrchr-mte.S
index 1e4fb1a..dcee1bf 100644
--- a/string/aarch64/strrchr-mte.S
+++ b/string/aarch64/strrchr-mte.S
@@ -2,7 +2,7 @@
* strrchr - find last position of a character in a string.
*
* Copyright (c) 2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
diff --git a/string/aarch64/strrchr-sve.S b/string/aarch64/strrchr-sve.S
index d36d69a..f907166 100644
--- a/string/aarch64/strrchr-sve.S
+++ b/string/aarch64/strrchr-sve.S
@@ -2,7 +2,7 @@
* strrchr - find the last of a character in a string
*
* Copyright (c) 2019-2021, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
#include "../asmdefs.h"
diff --git a/string/aarch64/strrchr.S b/string/aarch64/strrchr.S
index 56185ff..a1b43ca 100644
--- a/string/aarch64/strrchr.S
+++ b/string/aarch64/strrchr.S
@@ -2,7 +2,7 @@
* strrchr - find last position of a character in a string.
*
* Copyright (c) 2014-2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions: