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