This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fix c/17384


On Sun, Oct 17, 2004 at 11:18:03PM +0200, Richard Guenther wrote:
> I'm now getting
> glsimd.h: warning: specifying vector types with __attribute__ ((mode))
> is deprecated
> glsimd.h: warning: use __attribute__ ((vector_size)) instead
> glsimd.h: error: mode 'V4SF' applied to inappropriate type
> 
> for
> 
> typedef float v4sf __attribute__((mode(V4SF)));

For mainline?

Have you considered following the directions and using vector_size?


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]