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