math: fix two fma issues (only affects non-nearest rounding mode, x86)
[musl] / src / math / i386 / atan2.s
1 .global atan2
2 .type atan2,@function
3 atan2:
4         fldl 4(%esp)
5         fldl 12(%esp)
6         fpatan
7         ret