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

float

first input operand

b

float

second input operand

Outputs

Name

Type

Description

Default

result

float

the sum of a and b