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