9 lines
263 B
Factor
9 lines
263 B
Factor
|
USING: compiler.cfg.instructions compiler.tree help.markup help.syntax
|
||
|
math.vectors ;
|
||
|
IN: compiler.cfg.intrinsics.simd
|
||
|
|
||
|
HELP: emit-simd-v+
|
||
|
{ $values { "node" node } }
|
||
|
{ $description "Emits instructions for SIMD vector addition." }
|
||
|
{ $see-also ##add-vector v+ } ;
|