On 27 Aug 22:11, Kirill Yukhin wrote:
Hello, I've while pasting the patch I've accidentally put
extra brace.
Pls Ignore it
> +(define_insn "kxnor<mode>"
> +  [(set (match_operand:SWI12 0 "register_operand" "=r,!k")
> +     (not:SWI12
> +       (xor:SWI12
> +         (match_operand:SWI12 1 "register_operand" "0,k")) ;; <--- Extra ')'
> +         (match_operand:SWI12 2 "register_operand" "r,k")))]
> +  "TARGET_AVX512F"

--
Thanks, K

Reply via email to