This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: rs6000 patch 3 of 4 (altivec)
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Alan Modra <amodra at bigpond dot net dot au>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 24 Apr 2004 00:33:07 -0400
- Subject: Re: rs6000 patch 3 of 4 (altivec)
- References: <20040423115230.GG2531@bubble.modra.org>
>>>>> "Alan" == Alan Modra <amodra@bigpond.net.au> writes:
> This patch makes the epilogue vrsave test the same as the prologue. We
> do in fact need TARGET_ALTIVEC in both places, since writing the the
> vrsave register can only be done on hardware that supports altivec
> insns.
Ok.