View Single Post
Posts: 131 | Thanked: 78 times | Joined on May 2010
#10
Originally Posted by CormacB View Post
ARM processors have multiply-accumulate too. I also wonder if the DSP is really faster for many tasks, or is the advantage just that you can have the CPU doing other stuff at the same time.

It is hard enough finding tutorial type information for NEON, nevermind the DSP
DSP is really faster, because it has several multiply-accumulate units cascaded with each other. This makes it very efficient in certain tasks, i.e. those stated above (filters, fourier transform, etc). CPU does not have cascading to the same extent.
 

The Following 3 Users Say Thank You to m0da For This Useful Post: