This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [BENCHMARK] Povray official benchmark scores for 387 and SSE insn sets
- From: Richard Guenther <richard dot guenther at gmail dot com>
- To: Richard Henderson <rth at redhat dot com>, Uros Bizjak <uros at kss-loka dot si>, gcc at gcc dot gnu dot org
- Date: Tue, 25 Jan 2005 09:55:51 +0100
- Subject: Re: [BENCHMARK] Povray official benchmark scores for 387 and SSE insn sets
- References: <41F5260D.4070606@kss-loka.si> <20050124230356.GA29545@redhat.com>
- Reply-to: Richard Guenther <richard dot guenther at gmail dot com>
On Mon, 24 Jan 2005 15:03:56 -0800, Richard Henderson <rth@redhat.com> wrote:
> On Mon, Jan 24, 2005 at 05:45:01PM +0100, Uros Bizjak wrote:
> > As a last thought - is there a reason not to create an ABI similar to
> > something like x86_64 has for its FP math?
>
> You'd have to get libc by-in. Which is probably impossible.
At least we could change calling conventions for local functions, like
I think is done
with cgraph and register passing conventions atm.
Richard.