Function quaternion_core::scale_add_vec
source · [−]Expand description
s*a + b
If the fma feature is enabled, the FMA calculation is performed using the mul_add method.
If not enabled, it’s computed by unfused multiply-add (s*a + b).