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

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

.global log2
.type log2,@function
log2:
	ENDBRANCH32
	fld1
	fldl 4(%esp)
	fyl2x
	fstpl 4(%esp)
	fldl 4(%esp)
	ret
debug log:

solving c50525bd ...
found c50525bd in https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
found 7eff0b61 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 7eff0b616c28d492e0d87cd85fe3ca53ae953a58	src/math/i386/log2.s

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

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

index at:
100644 c50525bd4e8e5eacc3aad20834ceab947ba638cd	src/math/i386/log2.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).