reorganize pthread data structures and move the definitions to alltypes.h
[musl] / src / math / i386 / s_fabsf.s
1 .global fabsf
2 fabsf:
3         flds 4(%esp)
4         fabs
5         ret