root/src/system/libroot/posix/musl/math/x86_64/sqrtl.s
.global sqrtl
.type sqrtl,@function
sqrtl:  fldt 8(%rsp)
        fsqrt
        ret