Handbook
Glossary
(simd-vandn) ( a b rep -- c )
Vocabulary
math
.
vectors
.
simd
.
intrinsics
Inputs
a
an
object
b
an
object
rep
an
object
Outputs
c
an
object
Definition
USING:
kernel
math
math.vectors.simd.intrinsics.private
;
IN:
math.vectors.simd.intrinsics
:
(simd-vandn)
( a b rep -- c )
[
[
bitnot
]
dip
bitand
]
bitwise-components-2map
;