On 20 August 2013 21:38, Craig Topper <[email protected]> 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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to