[PATCH] BZ #14059 - HAS_FMA4 check needs to also check for AVX
Carlos O'Donell
carlos@systemhalted.org
Fri May 11 12:43:00 GMT 2012
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.
More information about the Libc-alpha
mailing list