Common SIMD techniques

后端 未结 2 467
渐次进展
渐次进展 2021-01-31 05:37

Where can I find information about common SIMD tricks? I have an instruction set and know, how to write non-tricky SIMD code, but I know, SIMD now is much more powerful. It can

相关标签:
2条回答
  • 2021-01-31 06:12

    One of the best SIMD resources ever was the old AltiVec mailing list. Although PowerPC/AltiVec-specific I suspect that a lot of the material on this list would be of general interest to anyone working with other SIMD architectures. Sadly this list seems now to be defunct after being moved to a forum on power.org, but you may be able to find archived versions of it. (If not then let me know - I have pretty much all the posts from 2000 - 2007.)

    There is also a lot of potentially useful info on AltiVec, SSE, SIMD vectorization and performance in general at http://developer.apple.com/hardwaredrivers/ve/index.html, a good deal of which may be transferable to other SIMD architectures.

    0 讨论(0)
  • 2021-01-31 06:22

    Try AMD's SSEPlus project on sourceforge

    0 讨论(0)
提交回复
热议问题