use #if LDBL_MANT_DIG == ... instead of custom LD80 etc macros
[libm] / src / math / x86_64 / e_sqrtl.s
1 .global sqrtl
2 .type sqrtl,@function
3 sqrtl:  fldt 8(%rsp)
4         fsqrt
5         ret