Handbook
Glossary
(vv->v-op) ( a b rep quot: ( (a) (b) rep -- (c) ) -- c )
Vocabulary
math
.
vectors
.
simd
.
private
Inputs
a
an
object
b
an
object
rep
an
object
quot
a
quotation
with stack effect
( (a) (b) rep -- (c) )
Outputs
c
an
object
Definition
USING:
accessors
kernel
;
IN:
math.vectors.simd.private
:
(vv->v-op)
( a b rep quot: ( (a) (b) rep -- (c) ) -- c )
[
[
simd-unbox
]
[
underlying>>
]
bi*
]
2dip
3curry
make-underlying
;
inline