My google-fu is weak.....

I've got two arrays of floats, I need to add them together. Currently I'm doing it like so:

Code:

for (j = 0 ; j < numFrames ; j++)
tempVal[j] += buffer[j];



It works, but is there a quicker way?
_________________________
Cheers,

Andy M