avoid changing NaNs in sqrt (x86 asm) to satisfy c99 f.9 recommendation
[musl] / src / math / i386 / sqrtl.s
1 .global sqrtl
2 .type sqrtl,@function
3 sqrtl:  fldt 4(%esp)
4         fsqrt
5         ret