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] BZ #14059 - HAS_FMA4 check needs to also check for AVX


On Fri, May 11, 2012 at 8:05 AM, Carlos O'Donell
<carlos@systemhalted.org> wrote:
>> + ?/* FMA4 depends on AVX support. ?*/
>> + ?if (__cpu_features.cpuid[COMMON_CPUID_INDEX_80000001].ecx & bit_FMA4
>> + ? ? ?&& HAS_AVX)
>
> Shouldn't both of these be index_FMA4_Usable?

I see you fixed these and my MUA didn't update to show your most
recent messages.

I'll review your most recent patch.

Cheers,
Carlos.


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