This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Vector modes under hppa64-hpu
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: sje at cup dot hp dot com
- Cc: gcc at gcc dot gnu dot org, dave at hiauly1 dot hia dot nrc dot ca
- Date: 24 Jul 2002 12:44:09 -0700
- Subject: Re: Vector modes under hppa64-hpu
- References: <200207241801.LAA22452@hpsje.cup.hp.com>
>>>>> "Steve" == Steve Ellcey <sje@cup.hp.com> writes:
> Well, following up to my own mail, I have a couple of questions. If I
> am on a system that does not support the VECTOR modes, should I ever see
> any rtx with a type of V2SImode? I don't think I should, but I am
> not
yes. It should opencode the V2SI with a pair of SIs.
Aldy