Handbook
Glossary
fused-unboxing? ( -- ? )
CPU architecture description model
Prev:
float-right-align-on-stack? ( -- ? )
Next:
test-instruction? ( -- ? )
Vocabulary
cpu
.
architecture
Inputs
None
Outputs
?
a
boolean
Word description
Whether this architecture support
%load-float
,
%load-double
, and
%load-vector
.
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
fused-unboxing?
cpu
( -- ? )
Methods
USING:
cpu.architecture
system
;
M:
arm.64
fused-unboxing?
f
;
USING:
cpu.architecture
system
;
M:
x86
fused-unboxing?
t
;