use #if LDBL_MANT_DIG == ... instead of custom LD80 etc macros
[libm] / src / math / x86_64 / e_sqrtf.s
1 .global sqrtf
2 .type sqrtf,@function
3 sqrtf:  sqrtss %xmm0, %xmm0
4         ret