math: x86_64 version of expl, fixed some comments in the i386 version
[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