Comment Re:More AltiVec Goodness (Score 3, Insightful) 223
One of the problems of using libraries though is that the overhead of a function call usually negates any gain in vectorization. The lib call messes all kinds of things up, including instruction flow and caching, etc.