This is the mail archive of the gcc@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: IWMMXT vector type alignment


On Mon, 2004-03-15 at 11:43, Paul Brook wrote:
> In config/arm.h there is code to override the alignment of IWMMXT vector 
> types.
> 
> Specifically ADJUST_FIELD_ALIGN, DATA_ALIGNMENT, LOCAL_ALIGNMENT and a couple 
> of other places explicitly give vector types 64-bit alignment.
> 
> Is this necessary? These types/modes seem to have 64-bit alignment anyway.
> 
> Paul

I suspect this is one of those gross hacks that I mentioned previously
that we want to get rid of now.

R.


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