Handbook
Glossary
bitwise-components-2map ( a b rep quot -- c )
Vocabulary
math
.
vectors
.
simd
.
intrinsics
.
private
Inputs
a
an
object
b
an
object
rep
an
object
quot
an
object
Outputs
c
an
object
Definition
USING:
accessors
cpu.architecture
kernel
sequences.unrolled.private
;
IN:
math.vectors.simd.intrinsics.private
:
bitwise-components-2map
( a b rep quot -- c )
[
>bitwise-vector-rep
[
2byte>rep-array
]
[
rep-length
]
bi
]
dip
unrolled-2map-unsafe
underlying>>
;
inline