Handbook
Glossary
fixnum-vector-rep? ( object -- ? )
Vocabulary
compiler
.
cfg
.
intrinsics
.
simd
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
fixnum-vector-rep
class.
Definition
USING:
alien.c-types
cpu.architecture
kernel
layouts
math
;
IN:
compiler.cfg.intrinsics.simd
:
fixnum-vector-rep?
( object -- ? )
dup
int-vector-rep?
[
rep-component-type
heap-size
cell
<
]
[
drop
f
]
if
;