r188799 - Refactor the x86 feature handling.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Aug 21 06:31:43 PDT 2013


On 20 August 2013 21:38, Craig Topper <craig.topper at gmail.com> wrote:
> Shouldn't setXOPLevel be passed FMA4 instead of SSE4A here? I think this
> causes AVX disable to disable SSE4A.
>
>   case AVX:
>     Features["fma"] = Features["avx"] = false;
>     setXOPLevel(Features, SSE4A, false);
>

Yes, fixed in r188902. Thanks!

Cheers,
Rafael



More information about the cfe-commits mailing list