math: fix exp.s on i386 and x86_64 so the exception flags are correct
[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