aboutsummaryrefslogtreecommitdiff
path: root/string/aarch64/strchrnul.S
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2023-01-26 00:54:27 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-01-26 00:54:27 +0000
commit3af78e4947651f55c2b28e863782fd8473052cbf (patch)
tree945eb1832687ad5eb97c433013617dbe107718e5 /string/aarch64/strchrnul.S
parent02d5b0cc872a48cd963cf531c958370d14d15280 (diff)
parent8a481eb48cf7ace04026cbe776d65492f89a6d7d (diff)
downloadarm-optimized-routines-3af78e4947651f55c2b28e863782fd8473052cbf.tar.gz
Upgrade ARM-software/optimized-routines to v23.01 am: 62662f115a am: 8783f524be am: 8a481eb48c
Original change: https://android-review.googlesource.com/c/platform/external/arm-optimized-routines/+/2402215 Change-Id: Id535bcfef3f5b328f4666742a1623794a20f982d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'string/aarch64/strchrnul.S')
-rw-r--r--string/aarch64/strchrnul.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/string/aarch64/strchrnul.S b/string/aarch64/strchrnul.S
index a4230d9..666e8d0 100644
--- a/string/aarch64/strchrnul.S
+++ b/string/aarch64/strchrnul.S
@@ -1,8 +1,8 @@
/*
* strchrnul - find a character or nul in a string
*
- * Copyright (c) 2014-2020, Arm Limited.
- * SPDX-License-Identifier: MIT
+ * Copyright (c) 2014-2022, Arm Limited.
+ * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
*/
/* Assumptions:
@@ -11,7 +11,7 @@
* Neon Available.
*/
-#include "../asmdefs.h"
+#include "asmdefs.h"
/* Arguments and results. */
#define srcin x0