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
You are right we must check these separately. Actually most of existing operations are f32 which is supported by SSE. There are some exceptions like _mm_castsi128_ps and maybe more... We can check where SSE2 is not supported and fallback some intrinsics to SSE if possible.
Added to TODOs, but a PR would indeed bring the fix more quickly
this causes builds for i686 to fail
related issue
The text was updated successfully, but these errors were encountered: