You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_mm_setzero_ps() is supposed to generate xorps xmm0, xmm0 but if STDC FENV_ACCESS ON is set (it get set by -ffp-model=strict)
than it generates xor eax, eax cvtsi2ss xmm0, eax shufps xmm0, xmm0, 0