URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [vmx/] [1b-06-ansi.c] - Rev 327
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-ansi -maltivec" } */ #include <altivec.h> vector char bool _4 ; vector char unsigned _31 ; vector char signed _59 ; /* bool is permitted in the predefine method, as it is expanded unconditionally to int. */ bool _84 ; vector pixel _89 ; vector int bool _95 ; vector short bool _102 ; vector unsigned int _122 ; vector unsigned short _129 ; vector signed int _150 ; vector signed short _157 ; vector int bool _179 ; vector int short bool _186 ; vector unsigned int _206 ; vector int unsigned short _213 ; vector signed int _234 ; vector int signed short _241 ; vector float _339 ;
Go to most recent revision | Compare with Previous | Blame | View Log