mailing list of musl libc
 help / color / mirror / code / Atom feed
67cbf7c66ca52ae37677f9ed581f88967cdc9d7d blob 281 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
.global atanf
.type atanf,@function
atanf:
	flds 4(%esp)
	mov 4(%esp),%eax
	add %eax,%eax
	cmp $0x01000000,%eax
	jb 1f
	fld1
	fpatan
	ret
		# subnormal x, return x with underflow
1:	fnstsw %ax
	and $16,%ax
	jnz 2f
	push %eax
	fld %st(0)
	fmul %st(1)
	fstps (%esp)
	pop %eax
2:	ret
debug log:

solving 67cbf7c ...
found 67cbf7c in https://inbox.vuxu.org/musl/20130812192704.GE5368@port70.net/
found 3cd4023 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 3cd402332e75f61a3a29eeaa09cebcc62f58cbea	src/math/i386/atanf.s

applying [1/1] https://inbox.vuxu.org/musl/20130812192704.GE5368@port70.net/
diff --git a/src/math/i386/atanf.s b/src/math/i386/atanf.s
index 3cd4023..67cbf7c 100644

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

index at:
100644 67cbf7c66ca52ae37677f9ed581f88967cdc9d7d	src/math/i386/atanf.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).