vshift ( v counts -- w )


Vocabulary
math.vectors

Inputs
va sequence
countsa sequence


Outputs
wa sequence


Word description
Shifts integer SIMD lanes using signed per-lane counts. Counts use the signed type of the same lane width. Positive counts shift left; negative counts shift right. Counts at least as large as the lane width yield zero or signed right-shift sign fill.

Definition

GENERIC: vshift ( v counts -- w )


Methods