%scalar>vector ( dst src rep -- )


Vocabulary
cpu.architecture

Definition
USING: system ;

IN: cpu.architecture

HOOK: %scalar>vector cpu ( dst src rep -- )


Methods
USING: cpu.architecture system ;

M: x86 %scalar>vector %copy ;