Handbook
Glossary
bitwise-components-reduce* ( a rep identity quot -- x )
Vocabulary
math
.
vectors
.
simd
.
intrinsics
.
private
Inputs
a
an
object
rep
an
object
identity
an
object
quot
an
object
Outputs
x
an
object
Definition
USING:
kernel
sequences
;
IN:
math.vectors.simd.intrinsics.private
:
bitwise-components-reduce*
( a rep identity quot -- x )
[
>bitwise-vector-rep
byte>rep-array
]
2dip
reduce
;
inline