Method mm256_broadcast_pd
mm256_broadcast_pd(Void*)
Broadcast 128 bits from memory (composed of 2 packed double-precision (64-bit) floating-point elements) to all elements of dst.
Declaration
public static v256 mm256_broadcast_pd(void *ptr)
Parameters
| Type | Name | Description |
|---|---|---|
| Void* | ptr | Pointer |
Returns
| Type | Description |
|---|---|
| v256 | **** VBROADCASTF128 ymm1, v128 |