[Bug middle-end/36212] Vector alignment overides Target alignment
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun May 11 19:39:00 GMT 2008
------- Comment #1 from pinskia at gcc dot gnu dot org 2008-05-11 19:38 -------
>Problem 3) gcc provide no hooks for the target or testsuite to elegantly
> disable vector extensions (that I can find anyway).
Problem 3 is bogus as vector extensions are generic and use what ever exist for
your target. Now the alignment should also be constraint by BIGGEST_ALIGNMENT
.
I am in the process of rewriting the vector extension documentation so it
should become more clear that it is a generic extension and has nothing to do
with the target at all except for the fact they become faster.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36212
More information about the Gcc-bugs
mailing list