work around "signal loses thread pointer" issue with "approach 2"
[musl] / src / math / i386 / e_sqrt.s
1 .global sqrt
2 .type sqrt,@function
3 sqrt:   fldl 4(%esp)
4         fsqrt
5         ret