This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] Define HAS_CPUID/HAS_I586/HAS_I686 from -march=


On 19 Aug 2015 04:21, H.J. Lu wrote:
> +#elif defined __i586__ || defined __pentium__
> +#elif (defined __i686__ || defined __pentiumpro__ \

as i mentioned, -march=pentiumpro will include __i686__, and -march=pentium
will include __i586__, so can't those two be deleted ?
-mike

Attachment: signature.asc
Description: Digital signature


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