This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH/RFA] gdbtypes.c simplify SIMD types


>  #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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]