_mm256_loadu2_m128

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.

nothrow @nogc pure @system
__m256
_mm256_loadu2_m128
(
const(float)* hiaddr
,
const(float)* loaddr
)

Meta