operator + abstract method
- Float32x4 other
Lane-wise addition.
Adds the value of each lane of this value
to the value of the corresponding lane of other
.
Returns the result for each lane.
Implementation
Float32x4 operator +(Float32x4 other);
Lane-wise addition.
Adds the value of each lane of this value
to the value of the corresponding lane of other
.
Returns the result for each lane.
Float32x4 operator +(Float32x4 other);