Function safe_arch::convert_to_i64_m128i_from_lower2_i8_m128i
source ยท pub fn convert_to_i64_m128i_from_lower2_i8_m128i(a: m128i) -> m128i
Available with target feature
sse4.1
only.Expand description
Convert the lower two i8
lanes to two i64
lanes.
- Intrinsic:
_mm_cvtepi8_epi64
- Assembly:
pmovsxbq xmm, xmm