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: XMM/SSE guards


> On Thu, Oct 17, 2002 at 06:16:40PM +0200, Jan Hubicka wrote:
> > + #ifndef __MMX__
> > + # error MMX instructions not enabled.
> > + #else
> 
> > + #ifndef __SSE__
> > + # error "SSE instruction set not enabled"
> > + #else
> 
> Let's have consistent phrasing for both error messages.  And, to match
> the recommendation in the manual, put the MMX error in a string
> constant.
OK, I will change MMX one to be like SSE.

Honza
> 
> zw


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