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 10:36:04AM -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)
...
> I couldn't find a way to enable SSE2 by -mpni without introducing
> a new macro, MASK_SSE_2, which is only used to enable SSE2.

What has this got to do with s/MASK_SSE1/MASK_SSE_1/g ?


r~


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