unsafe fn _mm_slli_si128_impl<const IMM8: i32>(a: __m128i) -> __m128i
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on (x86 or x86-64) and target feature sse2 only.
Expand description

Implementation detail: converts the immediate argument of the _mm_slli_si128 intrinsic into a compile-time constant.