fix ipv6 address printing: 2001 appeared as 201, etc.
[musl] / src / math / x86_64 / e_sqrt.s
1 .global sqrt
2 sqrt:   sqrtsd %xmm0, %xmm0
3         ret