mailing list of musl libc
 help / color / mirror / code / Atom feed
9a4da9a3318f4af919052b69fd8542d05d3d722f blob 208 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
# see ../i386/acos.s
.include "ibt.s"

.global acosl
.type acosl,@function
acosl:
	ENDBRANCH64
	fldt 8(%rsp)
1:	fld %st(0)
	fld1
	fsub %st(0),%st(1)
	fadd %st(2)
	fmulp
	fsqrt
	fabs
	fxch %st(1)
	fpatan
	ret
debug log:

solving 9a4da9a3 ...
found 9a4da9a3 in https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
found 88e01b49 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 88e01b49a2bbe72cbb3332e15fa71a9134a4a99c	src/math/x86_64/acosl.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
diff --git a/src/math/x86_64/acosl.s b/src/math/x86_64/acosl.s
index 88e01b49..9a4da9a3 100644

Checking patch src/math/x86_64/acosl.s...
Applied patch src/math/x86_64/acosl.s cleanly.

index at:
100644 9a4da9a3318f4af919052b69fd8542d05d3d722f	src/math/x86_64/acosl.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).