aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2022-06-16 18:51:50 +0000
committerAlexander Motin <mav@FreeBSD.org>2022-06-16 18:51:50 +0000
commitf22068d91bf53696ee13a69685e809d35776ec3f (patch)
tree8ce026d687c84146467aa9ab145297d6278a1cad /lib
parent6210ac95a19416832601b571409a3e08b76d107f (diff)
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/amd64/string/memmove.S8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libc/amd64/string/memmove.S b/lib/libc/amd64/string/memmove.S
index 3d75ff45c798..ea92cb18782a 100644
--- a/lib/libc/amd64/string/memmove.S
+++ b/lib/libc/amd64/string/memmove.S
@@ -274,13 +274,6 @@ __FBSDID("$FreeBSD$");
ALIGN_TEXT
2256:
std
-.if \erms == 1
- leaq -1(%rdi,%rcx),%rdi
- leaq -1(%rsi,%rcx),%rsi
- rep
- movsb
- cld
-.else
leaq -8(%rdi,%rcx),%rdi
leaq -8(%rsi,%rcx),%rsi
shrq $3,%rcx
@@ -290,7 +283,6 @@ __FBSDID("$FreeBSD$");
movq %rdx,%rcx
andb $7,%cl
jne 2004b
-.endif
\end
ret
.endif