Function surge_halfrate::imports::imports::_mm_store_ps
1.27.0 · source · [−]This is supported with target feature
sse
only.Expand description
Stores four 32-bit floats into aligned memory.
If the pointer is not aligned to a 128-bit boundary (16 bytes) a general protection fault will be triggered (fatal program crash).
Use _mm_storeu_ps
for potentially unaligned
memory.
This corresponds to instructions VMOVAPS
/ MOVAPS
.