aboutsummaryrefslogtreecommitdiff
path: root/string/aarch64/strlen-sve.S
diff options
context:
space:
mode:
authorWilco Dijkstra <wilco.dijkstra@arm.com>2021-01-08 16:32:25 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2021-01-08 16:32:25 +0000
commitb7e368fb86d602bb5578450ec2c078f2a876ea71 (patch)
tree530094a1aafd53a9e0e8ebb71e671c0143cdca9e /string/aarch64/strlen-sve.S
parentd5b36a8a2885c4dea103561059cd3973bef56506 (diff)
downloadarm-optimized-routines-b7e368fb86d602bb5578450ec2c078f2a876ea71.tar.gz
string: Assembly code cleanup
Cleanup spurious .text and .arch. Use ENTRY rather than ENTRY_ALIGN.
Diffstat (limited to 'string/aarch64/strlen-sve.S')
-rw-r--r--string/aarch64/strlen-sve.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/string/aarch64/strlen-sve.S b/string/aarch64/strlen-sve.S
index 93a8f14..ae96fbb 100644
--- a/string/aarch64/strlen-sve.S
+++ b/string/aarch64/strlen-sve.S
@@ -14,10 +14,7 @@
* SVE Available.
*/
- .arch armv8-a+sve
- .text
-
-ENTRY_ALIGN (__strlen_aarch64_sve, 4)
+ENTRY (__strlen_aarch64_sve)
PTR_ARG (0)
setffr /* initialize FFR */
ptrue p2.b /* all ones; loop invariant */