remquo asm: return quotient mod 8, as intended by the spec
[musl] / src / math / i386 / atan2f.s
1 .global atan2f
2 .type atan2f,@function
3 atan2f:
4         flds 4(%esp)
5         flds 8(%esp)
6         fpatan
7         ret