You are on page 1of 1

//dotpintrinsic.

c Sum of products with C intrinsic functions using C


for (i = 0; i < 100; i++)
{
suml = suml + _mpy(ai!" #i!);
sumh = sumh + _mpyh(ai!" #i!);
$
r%turn (suml + sumh);

You might also like