Handbook
Glossary
simd-element-type ( obj -- c-type )
Vocabulary
math
.
vectors
.
simd
Inputs
obj
an
object
Outputs
c-type
an
object
Definition
IN:
math.vectors.simd
GENERIC:
simd-element-type
( obj -- c-type )
Methods
USING:
alien.c-types
kernel
math.vectors.simd
;
M:
char-16
simd-element-type
drop
char
;
inline
USING:
alien.c-types
kernel
math.vectors.simd
;
M:
double-2
simd-element-type
drop
double
;
inline
USING:
alien.c-types
kernel
math.vectors.simd
;
M:
float-4
simd-element-type
drop
float
;
inline
USING:
alien.c-types
kernel
math.vectors.simd
;
M:
int-4
simd-element-type
drop
int
;
inline
USING:
alien.c-types
kernel
math.vectors.simd
;
M:
longlong-2
simd-element-type
drop
longlong
;
inline
USING:
kernel
math.vectors.simd
;
M:
object
simd-element-type
drop
f
;
USING:
alien.c-types
kernel
math.vectors.simd
;
M:
short-8
simd-element-type
drop
short
;
inline
USING:
alien.c-types
kernel
math.vectors.simd
;
M:
uchar-16
simd-element-type
drop
uchar
;
inline
USING:
alien.c-types
kernel
math.vectors.simd
;
M:
uint-4
simd-element-type
drop
uint
;
inline
USING:
alien.c-types
kernel
math.vectors.simd
;
M:
ulonglong-2
simd-element-type
drop
ulonglong
;
inline
USING:
alien.c-types
kernel
math.vectors.simd
;
M:
ushort-8
simd-element-type
drop
ushort
;
inline