fix sigset macro for 64-bit systems (<< was overflowing due to wrong type)
[musl] / src / math / x86_64 / e_sqrtf.s
1 .global sqrtf
2 sqrtf:  sqrtss %xmm0, %xmm0
3         ret