hrshift ( v n -- w )
Factor handbook » The language » Numbers » Vector operations » Vector shuffling, packing, and unpacking

Prev:hlshift ( v n -- w )
Next:vmerge ( u v -- w )


Vocabulary
math.vectors

Inputs
va SIMD array
na non-negative integer


Outputs
wa SIMD array


Word description
Shifts the entire SIMD array to the right by n bytes, filling the vacated left-hand bits with zeroes. This word may only be used in a context where the compiler can statically infer that the input is a SIMD array.

Definition


Methods