Function simd_fma

unsafe const fn simd_fma<T>(x: T, y: T, z: T) -> T

Computes (x*y) + z for each element, but without any intermediate rounding.

T must be a vector of floats.