math: x86_64 version of expl, fixed some comments in the i386 version
[musl] / src / math / i386 / fabs.s
1 .global fabs
2 .type fabs,@function
3 fabs:
4         fldl 4(%esp)
5         fabs
6         ret