Handbook
Glossary
([vpack-signed]) ( from-type to-type -- quot )
Vocabulary
math
.
vectors
.
conversion
.
private
Inputs
from-type
an
object
to-type
an
object
Outputs
quot
an
object
Definition
USING:
accessors
kernel
math.vectors.simd
math.vectors.simd.intrinsics
;
IN:
math.vectors.conversion.private
::
([vpack-signed])
( from-type to-type -- quot )
from-type
new
simd-rep
[
[
[
from-type
check-vconvert-type
underlying>>
]
bi@
]
]
dip
[
(simd-vpack-signed)
to-type
boa
]
curry
compose
;