This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Vector Extensions in GCC
Daniel Berlin wrote:
>
> typedef int __m128 __attribute__ ((mode (TI)));
> typedef int __v4sf __attribute__ ((mode (V4SF)));
> typedef int __v4si __attribute__ ((mode (V4SI)));
This was indeed the part of the incantation that was missing, and
with these I was able to get some examples working right with
current code. Thanks for the clue! (Now all I need is an actual
processor that can run the programs that I want to add to the
testsuite, my Linux laptop is too old apparently...)
Stan