This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Vector modes under hppa64-hpu
- From: Richard Henderson <rth at redhat dot com>
- To: Aldy Hernandez <aldyh at redhat dot com>
- Cc: Joern Rennecke <joern dot rennecke at superh dot com>, Steve Ellcey <sje at cup dot hp dot com>, gcc at gcc dot gnu dot org, dave at hiauly1 dot hia dot nrc dot ca
- Date: Sat, 27 Jul 2002 15:18:15 -0700
- Subject: Re: Vector modes under hppa64-hpu
- References: <3D406473.5E2DF7AA@superh.com> <m31y9px05s.fsf@flamingo.sfbay.redhat.com>
On Fri, Jul 26, 2002 at 09:30:39PM -0700, Aldy Hernandez wrote:
> Joern. Could we keep the above code and add a check for the submode
> being >= word? It seems like the extract_bit_field is a bit of
> overkill when the submode is just the word size.
One of the first things that extract_bit_field does is check for
the easy aligned case. I think you should leave it alone.
r~