Handbook
Glossary
(simd-mul-wide-tail) ( 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:
accessors
cpu.architecture
math
math.vectors.simd.intrinsics.private
sequences
;
IN:
math.vectors.simd.intrinsics
::
(simd-mul-wide-tail)
( a b rep -- c )
a b rep
2byte>rep-array
[
*
]
{
}
2map-as
rep
rep-length
2
/i
tail
rep
widen-vector-rep
>rep-array
underlying>>
;