root/src/system/libroot/posix/musl/math/x86/sqrtl.s
.global sqrtl
.type sqrtl,@function
sqrtl:  fldt 4(%esp)
        fsqrt
        ret