Commit d0be5ae5 by Uros Bizjak

* config/i386/i386.md (isa): Switch places of fma and fma4.

From-SVN: r195350
parent bfc16654
...@@ -649,7 +649,7 @@ ...@@ -649,7 +649,7 @@
;; Used to control the "enabled" attribute on a per-instruction basis. ;; Used to control the "enabled" attribute on a per-instruction basis.
(define_attr "isa" "base,sse2,sse2_noavx,sse3,sse4,sse4_noavx,noavx,avx, (define_attr "isa" "base,sse2,sse2_noavx,sse3,sse4,sse4_noavx,noavx,avx,
avx2,noavx2,bmi2,fma,fma4" avx2,noavx2,bmi2,fma4,fma"
(const_string "base")) (const_string "base"))
(define_attr "enabled" "" (define_attr "enabled" ""
......
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