blob: 8f34073f705efcb696e20f7bc0880530e7dc2b5b [file] [log] [blame]
.global fmodl
.type fmodl,@function
fmodl:
.cfi_startproc
fldt 24(%rsp)
fldt 8(%rsp)
1: fprem
fnstsw %ax
testb $4,%ah
jnz 1b
fstp %st(1)
ret
.cfi_endproc