Function safe_arch::convert_to_u16_m128i_from_lower8_u8_m128i
source ยท pub fn convert_to_u16_m128i_from_lower8_u8_m128i(a: m128i) -> m128i
Available with target feature
sse4.1
only.Expand description
Convert the lower eight u8
lanes to eight u16
lanes.
- Intrinsic:
_mm_cvtepu8_epi16
- Assembly:
pmovzxbw xmm, xmm