Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@cygnus.com>
To: Elena Zannoni <ezannoni@redhat.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [PATCH/RFA] gdbtypes.c simplify SIMD types
Date: Mon, 06 May 2002 09:47:00 -0000	[thread overview]
Message-ID: <3CD6B391.3060306@cygnus.com> (raw)
In-Reply-To: <15570.64657.504041.150367@localhost.redhat.com>

>  #if 0
> -  union __gdb_builtin_type_vec128
> + union __gdb_builtin_type_vec128 
>    {
> -    struct __builtin_v16qi v16qi;
> -    struct __builtin_v8hi v8hi;
> -    struct __builtin_v4si v4si;
> -    struct __builtin_v4sf v4sf;
> -    uint128_t uint128;
> +    int128_t uint128;
> +    float v4_float[4];
> +    int32_t v4_int32[4];
> +    int16_t v8_int16[8];
> +    int8_t v16_int8[16];
>    };
>  #endif

Hmm, much better!  Now where was that MMX patch.

Andrew




  reply	other threads:[~2002-05-06 16:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-03 14:10 Elena Zannoni
2002-05-06  9:47 ` Andrew Cagney [this message]
2002-05-06 10:37 ` Elena Zannoni

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=3CD6B391.3060306@cygnus.com \
    --to=ac131313@cygnus.com \
    --cc=ezannoni@redhat.com \
    --cc=gdb-patches@sources.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