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 02:39:02PM -0700, Richard Henderson wrote:
> 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 ?
> 

Here is the new patch.


H.J.

Attachment: gcc-pni-3.patch
Description: Text document


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