Function core::arch::x86_64::_mm_storeu_ps 1.27.0[−][src]
pub unsafe fn _mm_storeu_ps(p: *mut f32, a: __m128)This is supported on (non-crate feature
miri-test-libstd or test or doctest) and x86-64 and target feature sse only.Expand description
Stores four 32-bit floats into memory. There are no restrictions on memory
alignment. For aligned memory _mm_store_ps may be
faster.
This corresponds to instructions VMOVUPS / MOVUPS.