Handbook
Glossary
>int-vector-rep ( rep -- rep' )
Vocabulary
math
.
vectors
.
simd
.
intrinsics
.
private
Inputs
rep
an
object
Outputs
rep'
an
object
Definition
USING:
combinators
cpu.architecture
;
IN:
math.vectors.simd.intrinsics.private
:
>int-vector-rep
( rep -- rep' )
{
{
float-4-rep
[
int-4-rep
]
}
{
double-2-rep
[
longlong-2-rep
]
}
}
case
;
foldable
flushable