Function core::arch::x86::_mm_loadl_epi641.27.0[][src]

pub unsafe fn _mm_loadl_epi64(mem_addr: *const __m128i) -> __m128i
This is supported on x86 and target feature sse2 only.
Expand description

将内存中的 64 位整数加载到返回的 vector 的第一个元素中。

Intel’s documentation