This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 64-bit PowerPC Altivec support
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org, boessen at de dot ibm dot com, hpenner at de dot ibm dot com
- Date: Wed, 15 Oct 2003 14:56:03 -0400
- Subject: Re: 64-bit PowerPC Altivec support
- References: <200310131633.h9DGX0g30174@makai.watson.ibm.com>
On Mon, Oct 13, 2003 at 12:33:00PM -0400, David Edelsohn wrote:
> The following patch adjust the GCC Altivec support to operate in
> 64-bit mode by removing explicit references to SImode registers containing
> addresses.
>
> Is this okay with you, Aldy?
As I was telling Segher over IRC... I like the idea, but I'd like to
see bootstrap and regression test results on
powerpc-unknown-linux-gnualtivec.
Segher just ran them and found simd-2.c failures, as well as
altivec-4.c, altivec-5.c, and altivec-7.c failures.
Please address those and repost.
Aldy