%vector>scalar ( dst src rep -- )


Vocabulary
cpu.architecture

Inputs
dstdestination register
srcsource register
repa representation


Outputs
None

Word description
Converts the contents of a SIMD register to a scalar. On x86 this instruction is a noop.

Definition


Methods