aboutsummaryrefslogtreecommitdiff
path: root/string/aarch64/stpcpy-sve.S
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2020-02-25 13:07:46 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2020-02-25 13:09:29 +0000
commit9be4a9b833dbdb708f7b9bbd20511ea4b528ccac (patch)
tree16e31b300b70a86fbc616042f5016b0881f0665d /string/aarch64/stpcpy-sve.S
parentb09a519ef801ac5ecd29f963764d749b1a7067e4 (diff)
downloadarm-optimized-routines-9be4a9b833dbdb708f7b9bbd20511ea4b528ccac.tar.gz
string: Add stpcpy
Add support for stpcpy on AArch64.
Diffstat (limited to 'string/aarch64/stpcpy-sve.S')
-rw-r--r--string/aarch64/stpcpy-sve.S10
1 files changed, 10 insertions, 0 deletions
diff --git a/string/aarch64/stpcpy-sve.S b/string/aarch64/stpcpy-sve.S
new file mode 100644
index 0000000..82dd971
--- /dev/null
+++ b/string/aarch64/stpcpy-sve.S
@@ -0,0 +1,10 @@
+/*
+ * stpcpy - copy a string returning pointer to end.
+ *
+ * Copyright (c) 2020, Arm Limited.
+ * SPDX-License-Identifier: MIT
+ */
+
+#define BUILD_STPCPY 1
+
+#include "strcpy-sve.S"