Handbook
Glossary
%integer>float ( dst src -- )
Vocabulary
cpu
.
architecture
Inputs
dst
an
object
src
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%integer>float
cpu
( dst src -- )
Methods
USING:
cpu.architecture
cpu.arm.64.assembler
kernel
system
;
M:
arm.64
%integer>float
swap
D
SCVTFsi
;
USING:
cpu.architecture
cpu.x86.assembler
kernel
system
;
M:
x86
%integer>float
[
drop
dup
XORPS
]
[
CVTSI2SD
]
2bi
;