Remove inexistant SIMD instruction
develop branch doesn't compile with AVX2 only see: https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html# _mm_loadi_epi32() doesn't exist in SSE, only in AVX512 familly, despite it is a 128 bits vector size instruction
Edited by Thomas Laurent