fix fesetround - it was writing to status word instead of control word
[musl] / src / math / x86_64 / e_sqrt.s
1 .global sqrt
2 sqrt:   sqrtsd %xmm0, %xmm0
3         ret