|
|
Subscribe / Log in / New account

An Introduction to GCC Compiler Intrinsics in Vector Processing (Linux Journal)

An Introduction to GCC Compiler Intrinsics in Vector Processing (Linux Journal)

Posted Sep 23, 2012 12:22 UTC (Sun) by ssam (guest, #46587)
Parent article: An Introduction to GCC Compiler Intrinsics in Vector Processing (Linux Journal)

Its even better if you can get the compiler to do a good job of autovectorising your code. That way it is portable to new architectures. I found this article the other day http://locklessinc.com/articles/vectorize/ . It has a a few examples of how GCC autovectorises, why sometimes it thinks that it can't, and how to convince it that it can.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds