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

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

.global atanf
.type atanf,@function
atanf:
	ENDBRANCH32
	flds 4(%esp)
	mov 4(%esp),%eax
	add %eax,%eax
	cmp $0x01000000,%eax
	jb 1f
	fld1
	fpatan
	fstps 4(%esp)
	flds 4(%esp)
	ret
		# subnormal x, return x with underflow
1:	fld %st(0)
	fmul %st(1)
	fstps 4(%esp)
	ret
debug log:

solving a9064b2c ...
found a9064b2c in https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
found c2cbe2e0 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 c2cbe2e0267f93272a195725489afcbbc24c8876	src/math/i386/atanf.s

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

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

index at:
100644 a9064b2cfe65161c71cb8df092c18f380a333734	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).