This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Support new PNI intrinsics


On Fri, Jun 20, 2003 at 05:00:56PM -0700, H. J. Lu wrote:
> -#define MASK_SSE1 (MASK_SSE | MASK_SSE2)
> -#define MASK_SSE164 (MASK_SSE | MASK_SSE2 | MASK_64BIT)
> +#define MASK_SSE_1 (MASK_SSE | MASK_SSE2 | MASK_PNI)
> +#define MASK_SSE_2 (MASK_SSE2 | MASK_PNI)
> +#define MASK_SSE_164 (MASK_SSE | MASK_SSE2 | MASK_64BIT)
>  #define MASK_SSE264 (MASK_SSE2 | MASK_64BIT)

Why did you rename these, or worse *some* of these?
Seems to me all it does it bulk up the patch and 
obscure whatever else is going on.

I'm not even going to look at the rest because of that.


r~


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