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