Handbook
Glossary
if-both-vectors ( a b rep t f -- )
Vocabulary
math
.
vectors
.
simd
.
private
Inputs
a
an
object
b
an
object
rep
an
object
t
an
object
f
an
object
Outputs
None
Definition
USING:
kernel
math.vectors.simd
;
IN:
math.vectors.simd.private
:
if-both-vectors
( a b rep t f -- )
[
2over
[
simd-128?
]
both?
]
2dip
if
;
inline