Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Aldy Hernandez <aldyh@redhat.com>
To: Michael Snyder <msnyder@redhat.com>
Cc: gdb@sources.redhat.com, ezannoni@redhat.com
Subject: Re: [RFC] Tests for vector types?
Date: Mon, 20 May 2002 17:32:00 -0000	[thread overview]
Message-ID: <20020521003143.GF12079@redhat.com> (raw)
In-Reply-To: <3CE98F1E.593D2A1A@redhat.com>

On Mon, May 20, 2002 at 05:04:46PM -0700, Michael Snyder wrote:
> Say, these new vector types such as exist for Altivec...
> are they going to be generally available to GCC users from now on?
> Like, say, on i386-Linux?

they are already in x86: sse, mmx, etc.

> If so, we should make up some generic tests for them for gdb.

unfortunately the tests can't be too generic because they depend
on the architecture having support for the SIMD type.  say, you
can't test V4SI on an architecture that only provides 64bit SIMD
registers (V2SI).

i have some patches i'm polishing up to provide just that-- any
SIMD type (say V4SI) regardless of if the hardware supports it.  this
will make it easier to write generic tests.

aldy


  reply	other threads:[~2002-05-21  0:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-20 17:18 Michael Snyder
2002-05-20 17:32 ` Aldy Hernandez [this message]
2002-05-20 17:52   ` Elena Zannoni
2002-05-20 18:02   ` Michael Snyder
2002-05-20 20:50     ` Aldy Hernandez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020521003143.GF12079@redhat.com \
    --to=aldyh@redhat.com \
    --cc=ezannoni@redhat.com \
    --cc=gdb@sources.redhat.com \
    --cc=msnyder@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox