Method mm256_srav_epi32
mm256_srav_epi32(v256, v256)
Shift packed 32-bit integers in a right by the amount specified by the corresponding element in count while shifting in sign bits, and store the results in dst.
Declaration
public static v256 mm256_srav_epi32(v256 a, v256 count)
Parameters
Type | Name | Description |
---|---|---|
v256 | a | Vector a |
v256 | count | Corresponding element |
Returns
Type | Description |
---|---|
v256 | Vector |