mailing list of musl libc
 help / color / mirror / code / Atom feed
5d7793ae61f37babf5d73a669d8a652789b63421 blob 210 bytes (raw)

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

.global log1pl
.type log1pl,@function
log1pl:
	ENDBRANCH64
	mov 14(%rsp),%eax
	fldln2
	and $0x7fffffff,%eax
	fldt 8(%rsp)
	cmp $0x3ffd9400,%eax
	ja 1f
	fyl2xp1
	ret
1:	fld1
	faddp
	fyl2x
	ret
debug log:

solving 5d7793ae ...
found 5d7793ae in https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
found 955c9dbf in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 955c9dbff0c37cde4c924aae54f0ad0d8954e207	src/math/x86_64/log1pl.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
diff --git a/src/math/x86_64/log1pl.s b/src/math/x86_64/log1pl.s
index 955c9dbf..5d7793ae 100644

Checking patch src/math/x86_64/log1pl.s...
Applied patch src/math/x86_64/log1pl.s cleanly.

index at:
100644 5d7793ae61f37babf5d73a669d8a652789b63421	src/math/x86_64/log1pl.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).