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