Handbook
Glossary
check-vector-shape ( shape -- shape )
Vocabulary
cpu
.
arm
.
64
.
assembler
.
private
Inputs
shape
an
object
Outputs
shape
an
object
Definition
USING:
cpu.arm.64.assembler
kernel
;
IN:
cpu.arm.64.assembler.private
:
check-vector-shape
( shape -- shape )
dup
vector-shape?
[
operand-error
]
unless
;