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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
.global fmodf
.type fmodf,@function
fmodf:
	flds 8(%esp)
	flds 4(%esp)
1:	fprem
	fnstsw %ax
	sahf
	jp 1b
	fstp %st(1)
	ret
debug log:

solving e04e2a56 ...
found e04e2a56 in https://git.vuxu.org/mirror/musl/

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).