Function core::arch::x86::_mm256_loadu2_m128 [] [src]

pub unsafe fn _mm256_loadu2_m128(
    hiaddr: *const f32,
    loaddr: *const f32
) -> __m256
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86 and target feature avx,sse only.

Load two 128-bit values (composed of 4 packed single-precision (32-bit) floating-point elements) from memory, and combine them into a 256-bit value. hiaddr and loaddr do not need to be aligned on any particular boundary.