|
|
But AltiVec is useless/not good on small buffers?Submitted by markos on Sun, 01/20/2008 - 19:17.
Quite true. AltiVec is a very powerful beast but it needs lots of data to feed. Throughout the library I try to use AltiVec only where it's useful and needed. Most of the times, I just redesign an algorithm to be more efficient, and after a particular size threshold, AltiVec kicks in. That way I try to get the best of both worlds.
( categories: )
|
SIMDUser login |