mailing list of musl libc
 help / color / mirror / code / Atom feed
a048ab6b3dd45f292fdd0cf369373458328c746b blob 179 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
.global log1pl
.type log1pl,@function
log1pl:
	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 a048ab6b ...
found a048ab6b in https://git.vuxu.org/mirror/musl/

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).