Method mm256_shuffle_epi8
mm256_shuffle_epi8(v256, v256)
Shuffle 8-bit integers in a within 128-bit lanes according to shuffle control mask in the corresponding 8-bit element of b, and store the results in dst.
Declaration
public static v256 mm256_shuffle_epi8(v256 a, v256 b)
Parameters
| Type | Name | Description |
|---|---|---|
| v256 | a | Vector a |
| v256 | b | Vector b |
Returns
| Type | Description |
|---|---|
| v256 | Vector |