vec_msub: Vector Multiply Subtract

d = vec_msub(a, b, c)

Returns a vector containing the results of performing a multiply-subtract operation using the given vectors. This function multiplies each element in a by the corresponding element in b, and then subtracts the corresponding element in c from the result.

Table 1. Vector Multiply Subtract
d a b c
vector double vector double vector double vector double