sse2: implement simde_mm_{load,store}u_si{16,32,64}
The Intel Intrinsics Guide shows these as SSE not SSE2, but that doesn't really make sense since they use __m128i not __m128, and __m128i wasn't introduced until SSE2. At the assembly level it does make sense, though. This also adds a simde_x_mm_cvtsi16_si128 and simde_x_mm_cvtsi128_si16 to make implementing the load functions easier.. Fixes #650.
Showing
Please register or sign in to comment