Handbook
Glossary
bitwise-components-map ( a rep quot -- c )
Vocabulary
math
.
vectors
.
simd
.
intrinsics
.
private
Inputs
a
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-map
( a rep quot -- c )
[
>bitwise-vector-rep
[
byte>rep-array
]
[
rep-length
]
bi
]
dip
unrolled-map-unsafe
underlying>>
;
inline