use .type directives for math asm (needed for dynamic linking to work)
[musl] / src / math / i386 / e_sqrtf.s
1 .global sqrtf
2 .type sqrtf,@function
3 sqrtf:  flds 4(%esp)
4         fsqrt
5         ret