Vocabularymath.
vectorsInputsOutputsWord descriptionCreates a new sequence of the same type and size as
u and
v by interleaving the elements from the tail half of
u and
v.
NotesFor hardware-supported SIMD vector types this word compiles to a single instruction.
ExamplesUSING: kernel math.vectors prettyprint ;
{ "A" "B" "C" "D" } { "1" "2" "3" "4" } (vmerge-tail) .
{ "C" "3" "D" "4" }
See alsovmerge,
(vmerge),
(vmerge-head)DefinitionMethods