pub unsafe fn _mm256_loadu2_m128d(
    hiaddr: *const f64,
    loaddr: *const f64
) -> __m256d
Available on non-crate feature miri-test-libstd and x86-64 only.
Expand description

Loads two 128-bit values (composed of 2 packed double-precision (64-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.

Intel’s documentation