bitwise-components-2map ( a b rep quot -- c )


Vocabulary
math.vectors.simd.intrinsics.private

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