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

Prev:vbroadcast ( u n -- v )
Next:hrshift ( v n -- 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 left by n bytes, filling the vacated right-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