Commit 2167dc92 by Marek Polacek Committed by Marek Polacek

* config/i386/i386.md (SWI1248_AVX512BW): Add missing paren.

From-SVN: r214419
parent 3ebe61b8
2014-08-25 Marek Polacek <polacek@redhat.com>
* config/i386/i386.md (SWI1248_AVX512BW): Add missing paren.
2014-08-25 Petr Murzin <petr.murzin@intel.com>
* config/i386/i386.md (SWI1248_AVX512BW): New mode iterator.
......
......@@ -892,7 +892,7 @@
;; All integer modes with AVX512BW.
(define_mode_iterator SWI1248_AVX512BW
[QI HI (SI "TARGET_AVX512BW") (DI "TARGET_AVX512BW")]
[QI HI (SI "TARGET_AVX512BW") (DI "TARGET_AVX512BW")])
;; All integer modes without QImode.
(define_mode_iterator SWI248x [HI SI DI])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment