update ppc atomic code to match the endian-agnostic version on other archs
[musl] / src / math / i386 / sqrtf.s
1 .global sqrtf
2 .type sqrtf,@function
3 sqrtf:  flds 4(%esp)
4         fsqrt
5         fstps 4(%esp)
6         flds 4(%esp)
7         ret