mailing list of musl libc
 help / color / mirror / code / Atom feed
5e549af61fef9c3dd266790459bda170455a626f 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:
	ENDBRANCH32
	mov 10(%esp),%eax
	fldln2
	and $0x7fffffff,%eax
	fldt 4(%esp)
	cmp $0x3ffd9400,%eax
	ja 1f
	fyl2xp1
	ret
1:	fld1
	faddp
	fyl2x
	ret
debug log:

solving 5e549af6 ...
found 5e549af6 in https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
found a048ab6b in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 a048ab6b3dd45f292fdd0cf369373458328c746b	src/math/i386/log1pl.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
diff --git a/src/math/i386/log1pl.s b/src/math/i386/log1pl.s
index a048ab6b..5e549af6 100644

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

index at:
100644 5e549af61fef9c3dd266790459bda170455a626f	src/math/i386/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).