fmaDot4
Computes a fused multiply-add dot product operation across four sets of inputs. Each set performs multiplications, computes fused additions, and sums them into a single result, ensuring improved precision through the usage of fused multiply-add operations.
Return
The result of the fused multiply-add dot product calculation.
Parameters
The first factor of the first term.
The second factor of the first term.
The third factor of the first term.
The fourth factor of the first term.
The first factor of the second term.
The second factor of the second term.
The third factor of the second term.
The fourth factor of the second term.
The first factor of the third term.
The second factor of the third term.
The third factor of the third term.
The fourth factor of the third term.
The first factor of the fourth term.
The second factor of the fourth term.
The third factor of the fourth term.
The fourth factor of the fourth term.