mailing list of musl libc
 help / color / mirror / code / Atom feed
23eb3d4b1df0ca6b8bf9a2bbe53c427b2c282a7a blob 111 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
.include "ibt.s"

.global log10l
.type log10l,@function
log10l:
	ENDBRANCH64
	fldlg2
	fldt 8(%rsp)
	fyl2x
	ret
debug log:

solving 23eb3d4b ...
found 23eb3d4b in https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
found 48ea4af7 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 48ea4af727c63b34cb540e254ac7363fbef03322	src/math/x86_64/log10l.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
diff --git a/src/math/x86_64/log10l.s b/src/math/x86_64/log10l.s
index 48ea4af7..23eb3d4b 100644

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

index at:
100644 23eb3d4b1df0ca6b8bf9a2bbe53c427b2c282a7a	src/math/x86_64/log10l.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).