I am trying to multiply two vectors together where each element of one vector is multiplied by the element in the same index at the other vector. I then want to sum all the
There is an article by Intel here which touches on dot-product implementations.