| layout | stdlib-reference |
|---|
Copy-sign. Returns a value whose magnitude is from one operand and whose sign is from another operand.
vector<float, N> copysign_float<N:int>( vector<float, N> x, vector<float, N> y);
The value to use as the magnitude.
The value to use as the sign.
A value whose magnitude is from x and whose sign is from y.
Defined for the following targets:
Available in all stages.
Available in all stages.
Available in all stages.
Available in all stages.
Available in all stages.
Available in all stages.