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

pub unsafe fn _mm_loadu_ps(p: *const f32) -> __m128
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86 and target feature sse only.

Load four f32 values from memory into a __m128. There are no restrictions on memory alignment. For aligned memory _mm_load_ps may be faster.

This corresponds to instructions VMOVUPS / MOVUPS.