fre-hu
Results
1
issues of
fre-hu
Fused multiply-add was added for complex numbers in #37, based on the Julia implementation: muladd(z::Complex, w::Complex, x::Complex) = Complex(muladd(real(z), real(w), real(x)) - imag(z)*imag(w), # TODO: use mulsub given #15985 muladd(real(z),...