Method mm256_storeu_ps
mm256_storeu_ps(void*, v256)
Store 256-bits (composed of 8 packed single-precision (32-bit) floating-point elements) from a into memory
Declaration
public static void mm256_storeu_ps(void* ptr, v256 a)
Parameters
| Type | Name | Description |
|---|---|---|
| void* | ptr | Pointer |
| v256 | a | Vector a |
Remarks
**** VMOVUPS v256, ymm1 Burst only generates unaligned stores.