root/src/system/libroot/posix/musl/math/x86_64/sqrt.s
.global sqrt
.type sqrt,@function
sqrt:   sqrtsd %xmm0, %xmm0
        ret