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: [PATCH] Move targetm.units_per_simd_word to largest_simd_mode


On Tue, Oct 05, 2010 at 06:02:31PM +0200, Richard Guenther wrote:
> Index: trunk/gcc/config/rs6000/rs6000.c
> ===================================================================
> *** trunk.orig/gcc/config/rs6000/rs6000.c	2010-10-05 17:42:07.000000000 +0200
> --- trunk/gcc/config/rs6000/rs6000.c	2010-10-05 17:53:48.000000000 +0200
> !   if (TARGET_SPE)
> !     switch (mode)
> !       {
> !       case SFmode:
> ! 	return V2SFmode;
> !       default:;
> !       }

SImode -> V2SImode should be handled here.

-Nathan


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