mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 12:00:51 +08:00
PR target/93254 - -msse generates sse2 instructions
* config/i386/i386.md (*movsf_internal): Require SSE2 ISA for alternatives 9 and 10.
This commit is contained in:
parent
7ca50de02c
commit
6bd65ad89c
@ -1,3 +1,9 @@
|
||||
2020-01-14 Uroš Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/93254
|
||||
* config/i386/i386.md (*movsf_internal): Require SSE2 ISA for
|
||||
alternatives 9 and 10.
|
||||
|
||||
2020-01-14 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
* attribs.c (excl_hash_traits::empty_zero_p): New static constant.
|
||||
|
@ -3696,7 +3696,7 @@
|
||||
}
|
||||
}
|
||||
[(set (attr "isa")
|
||||
(cond [(eq_attr "alternative" "14,15")
|
||||
(cond [(eq_attr "alternative" "9,10,14,15")
|
||||
(const_string "sse2")
|
||||
]
|
||||
(const_string "*")))
|
||||
|
Loading…
x
Reference in New Issue
Block a user