Handbook
Glossary
vshuffle-bytes ( v perm -- w )
Vocabulary
math
.
vectors
Inputs
v
an
object
perm
an
object
Outputs
w
an
object
Definition
IN:
math.vectors
GENERIC#:
vshuffle-bytes
1
( v perm -- w )
Methods
USING:
generic
kernel
math.vectors
math.vectors.simd
math.vectors.simd.intrinsics
math.vectors.simd.private
;
M:
simd-128
vshuffle-bytes
dup
simd-rep
[
(simd-vshuffle-bytes)
]
[
M\
simd-128
vshuffle-bytes
(call-next-method)
]
vv'->v-op
;
inline