Handbook
Glossary
(simd-vunordered?) ( 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-vunordered?)
( a b rep -- c )
dup
rep-tf-values
[
[
[
unordered?
]
]
dip
]
dip
[
?
]
2curry
compose
components-2map
;