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