Tutorial Node: SIMD Add#
Add 2 floats together using SIMD instruction set
Installation#
To use this Node, you must enable omni.graph.tutorials
in the Extension Manager.
Inputs#
Name |
Type |
Description |
Default |
---|---|---|---|
a |
|
first input operand |
|
b |
|
second input operand |
Outputs#
Name |
Type |
Description |
Default |
---|---|---|---|
result |
|
the sum of a and b |