^^horizontal-add-vector ( src1 src2 rep -- vreg )


Vocabulary
compiler.cfg.hats

Definition
USING: compiler.cfg.instructions compiler.cfg.registers kernel
;

IN: compiler.cfg.hats

: ^^horizontal-add-vector ( src1 src2 rep -- vreg )
[ [ [ next-vreg dup [ ] dip ] dip ] dip ] dip
##horizontal-add-vector, ; inline