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: Single Element Vectors


On Fri, Sep 13, 2002 at 08:23:08AM +0100, Nick Clifton wrote:
> The second patch replaced the first patch and created a new vector 
> type: V1D1 which then behaved as Motorola wanted.  This second
> patch is much cleaner, and might even be suitable for submission to
> the FSF if the idea of single element vectors is accepted.

Aldy wandered by and re-explained the entire problem for me
from scratch.  It seems that if we don't have _something_ to
distinguish the 64-bit vector result from regular DImode
values, we have really ugly register allocation problems even
discounting the function call abi issue.

The patch (forwarded to me off-list) is ok for mainline.
Nick, do post it to the list before you commit.


r~


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