xref: /haiku/src/system/libroot/posix/musl/math/x86/fmodf.s (revision f504f61099b010fbfa94b1cc63d2e9072c7f7185)
1.global fmodf
2.type fmodf,@function
3fmodf:
4	flds 8(%esp)
5	flds 4(%esp)
61:	fprem
7	fnstsw %ax
8	sahf
9	jp 1b
10	fstp %st(1)
11	ret
12