2c337cf57839c7f3f04709faf8c3eb3fb0b0b902
[musl] / src / math / x86_64 / remainderl.s
1 .global remainderl
2 .type remainderl,@function
3 remainderl:
4         fldt 24(%rsp)
5         fldt 8(%rsp)
6 1:      fprem1
7         fstsw %ax
8         testb $4,%ah
9         jnz 1b
10         fstp %st(1)
11         ret