Handbook
Glossary
%vector>scalar ( dst src rep -- )
Vocabulary
cpu
.
architecture
Inputs
dst
destination register
src
source register
rep
a
representation
Outputs
None
Word description
Converts the contents of a SIMD register to a scalar. On x86 this instruction is a noop.
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%vector>scalar
cpu
( dst src rep -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%vector>scalar
3drop
;
USING:
cpu.architecture
system
;
M:
x86
%vector>scalar
%copy
;