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