From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8484 invoked by alias); 21 May 2002 00:52:03 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 8427 invoked from network); 21 May 2002 00:52:00 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 21 May 2002 00:52:00 -0000 Received: from localhost.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id RAA17231; Mon, 20 May 2002 17:51:53 -0700 (PDT) Received: by localhost.redhat.com (Postfix, from userid 469) id DE13C10FC9; Mon, 20 May 2002 20:51:18 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15593.39430.458732.39943@localhost.redhat.com> Date: Mon, 20 May 2002 17:52:00 -0000 To: Aldy Hernandez Cc: Michael Snyder , gdb@sources.redhat.com, ezannoni@redhat.com Subject: Re: [RFC] Tests for vector types? In-Reply-To: <20020521003143.GF12079@redhat.com> References: <3CE98F1E.593D2A1A@redhat.com> <20020521003143.GF12079@redhat.com> X-SW-Source: 2002-05/txt/msg00244.txt.bz2 Aldy Hernandez writes: > 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. > Yes, but the gdb side needs to be cleaned up a bit, the gdb implementation of these vectors is different from Altivec, i.e. they use an old/deprecated representation. > > 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. > Cool. Elena > aldy