Search found 1 match

by kiwilex
Thu Oct 06, 2011 8:34 am
Forum: Release Announcements
Topic: Sony Vector Math library and SIMD math library open sourced
Replies: 5
Views: 118042

Re: Sony Vector Math library and SIMD math library open sour

Hi, I ran some quick SSE tests with a naive c++ implementation, some intrisics on simple float arrays and the sony library. It appears that the prefetch and the cache have a huge impact on the performance. For example, my compiler seems to manage cache optimization on the naive c++ implementation wh...