Merge remote-tracking branch 'origin/error-simd-intrinsic-name' into integration_2025_w06 (!3239)
Remove inexistant SIMD instruction develop branch doesn't compile with AVX2 only. For instance, mm_loadi_epi32() doesn't exist in SSE, only in the AVX512 family, despite it being a 128 bit vector size instruction. See also: https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#_mm_loadi_epi32() This was masked by using SIMDE.
Showing
Please register or sign in to comment