workaround gcc bug 46926 by providing a dumb sincos implementation
[musl] / src / math / i386 / s_fabsf.s
1 .global fabsf
2 fabsf:
3         flds 4(%esp)
4         fabs
5         ret