[PATCH] Define HAS_CPUID/HAS_I586/HAS_I686 from -march=

H.J. Lu hjl.tools@gmail.com
Wed Aug 19 13:20:00 GMT 2015


On Wed, Aug 19, 2015 at 6:05 AM, Mike Frysinger <vapier@gentoo.org> wrote:
> 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

I assume that there is a reason for __pentium__ and __pentiumpro__.
I won't second guess it.


-- 
H.J.



More information about the Libc-alpha mailing list