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