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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
.global log1p
.type log1p,@function
log1p:
	mov 8(%esp),%eax
	fldln2
	and $0x7fffffff,%eax
	fldl 4(%esp)
	cmp $0x3fd28f00,%eax
	ja 1f
	cmp $0x00100000,%eax
	jb 2f
	fyl2xp1
	fstpl 4(%esp)
	fldl 4(%esp)
	ret
1:	fld1
	faddp
	fyl2x
	fstpl 4(%esp)
	fldl 4(%esp)
	ret
		# subnormal x, return x with underflow
2:	fsts 4(%esp)
	fstp %st(1)
	ret
debug log:

solving f3c95f83 ...
found f3c95f83 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).