On Sun, Aug 21, 2011 at 12:55:41AM +0200, Uros Bizjak wrote:
>  (define_attr "enabled" ""
> -  (cond [(eq_attr "isa" "noavx") (symbol_ref "!TARGET_AVX")
> +  (cond [(eq_attr "isa" "bmi2") (symbol_ref "TARGET_BMI")

Shouldn't this be TARGET_BMI2 ?

> +      (eq_attr "isa" "noavx") (symbol_ref "!TARGET_AVX")
>        (eq_attr "isa" "avx") (symbol_ref "TARGET_AVX")
>       ]
>       (const_int 1)))

        Jakub

Reply via email to