Handbook
Glossary
(fold-shuffle-vector-imm) ( shuffle bytes -- bytes' )
Vocabulary
compiler
.
cfg
.
value-numbering
.
simd
Inputs
shuffle
an
object
bytes
an
object
Outputs
bytes'
an
object
Definition
USING:
grouping
kernel
math
sequences
;
IN:
compiler.cfg.value-numbering.simd
:
(fold-shuffle-vector-imm)
( shuffle bytes -- bytes' )
2dup
length
swap
length
/i
group
nths
concat
;