[−][src]Function core::arch::x86_64::_mm_loadl_pi
pub unsafe fn _mm_loadl_pi(a: __m128, p: *const __m64) -> __m128
This is supported on x86-64 and target feature
sse
only.Loads two floats from p
into the lower half of a __m128
. The upper half
is copied from the upper half of a
.