Method mm256_permutevar8x32_ps
mm256_permutevar8x32_ps(v256, v256)
Shuffle single-precision (32-bit) floating-point elements in a across lanes using the corresponding index in idx.
Declaration
public static v256 mm256_permutevar8x32_ps(v256 a, v256 idx)
Parameters
Type | Name | Description |
---|---|---|
v256 | a | Vector a |
v256 | idx | idx |
Returns
Type | Description |
---|---|
v256 | Vector |