Handbook
Glossary
<rep-array> ( rep -- array )
Vocabulary
math
.
vectors
.
simd
.
intrinsics
.
private
Inputs
rep
an
object
Outputs
array
an
object
Definition
USING:
alien.c-types
alien.data
combinators
cpu.architecture
;
IN:
math.vectors.simd.intrinsics.private
:
<rep-array>
( rep -- array )
{
{
char-16-rep
[
16
char
(c-array)
]
}
{
uchar-16-rep
[
16
uchar
(c-array)
]
}
{
short-8-rep
[
8
short
(c-array)
]
}
{
ushort-8-rep
[
8
ushort
(c-array)
]
}
{
int-4-rep
[
4
int
(c-array)
]
}
{
uint-4-rep
[
4
uint
(c-array)
]
}
{
longlong-2-rep
[
2
longlong
(c-array)
]
}
{
ulonglong-2-rep
[
2
ulonglong
(c-array)
]
}
{
float-4-rep
[
4
float
(c-array)
]
}
{
double-2-rep
[
2
double
(c-array)
]
}
}
case
;
inline