Function duplicate_low_lane_m128d_s
pub fn duplicate_low_lane_m128d_s(a: m128d) -> m128d
Available on crate feature
dep_safe_arch
only.Expand description
Copy the low lane of the input to both lanes of the output.
- Intrinsic:
_mm_movedup_pd
- Assembly:
movddup xmm, xmm