about summary refs log tree commit diff
path: root/sysdeps/aarch64/strncmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/aarch64/strncmp.S')
-rw-r--r--sysdeps/aarch64/strncmp.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/aarch64/strncmp.S b/sysdeps/aarch64/strncmp.S
index f6a17fdba2..02de93ccdf 100644
--- a/sysdeps/aarch64/strncmp.S
+++ b/sysdeps/aarch64/strncmp.S
@@ -51,6 +51,9 @@
 #define endloop		x15
 
 ENTRY_ALIGN_AND_PAD (strncmp, 6, 7)
+	DELOUSE (0)
+	DELOUSE (1)
+	DELOUSE (2)
 	cbz	limit, L(ret0)
 	eor	tmp1, src1, src2
 	mov	zeroones, #REP8_01