mailing list of musl libc
 help / color / mirror / code / Atom feed
4782daa1c36043deefbb6406362b23166a032c91 blob 271 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
.include "ibt.s"

.global memmove
.type memmove,@function
memmove:
	ENDBRANCH64
	mov %rdi,%rax
	sub %rsi,%rax
	cmp %rdx,%rax
.hidden __memcpy_fwd
	jae __memcpy_fwd
	mov %rdx,%rcx
	lea -1(%rdi,%rdx),%rdi
	lea -1(%rsi,%rdx),%rsi
	std
	rep movsb
	cld
	lea 1(%rdi),%rax
	ret
debug log:

solving 4782daa1 ...
found 4782daa1 in https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
found 172c0252 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 172c025206a3e81e9db34a38581e34a4ac02a4f8	src/string/x86_64/memmove.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
diff --git a/src/string/x86_64/memmove.s b/src/string/x86_64/memmove.s
index 172c0252..4782daa1 100644

Checking patch src/string/x86_64/memmove.s...
Applied patch src/string/x86_64/memmove.s cleanly.

index at:
100644 4782daa1c36043deefbb6406362b23166a032c91	src/string/x86_64/memmove.s

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).