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
Since #96540 MMX intrinsics require SSE2, but __MMX__ is still defined on targets that technically support MMX but not SSE2, like pentium3, causing compilation issues with e.g. SDL2 for those targets.