espressif/esp-dsp

dot product example doesn't really compute n!

aguaviva opened this issue · 3 comments

The dot product in the esp-dsp/examples/dotprod/main/dsps_dotproduct_main.c file won't compute n! as the comment says, it will just compute the addition of all numbers from 0 to 255.

Sure!
It compute sum!

igrr commented

Fixed in 2a490f4.

great! And sorry for being so picky :)