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 Tue, Jun 24, 2003 at 04:55:35PM -0700, H. J. Lu wrote:
> -#define MASK_SSE1 (MASK_SSE | MASK_SSE2)
> +#define MASK_SSE1 (MASK_SSE | MASK_SSE2 | MASK_PNI)

Ok, I finally see what you're trying to do here, and its wrong.
So is the existing code, so I can't blame you, but lets not 
propagate this further.

This should be handled by forcing MASK_SSE on if MASK_SSE2
is set.  Similarly with MASK_PNI.

The actual PNI bits look ok.


r~


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