We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3cd6b commit 93d8337Copy full SHA for 93d8337
src/hotspot/cpu/x86/x86_32.ad
@@ -7189,7 +7189,7 @@ instruct castLL( eRegL dst ) %{
7189
%}
7190
7191
instruct castFF( regF dst ) %{
7192
- predicate(UseSSE >= 2);
+ predicate(UseSSE >= 1);
7193
match(Set dst (CastFF dst));
7194
format %{ "#castFF of $dst" %}
7195
ins_encode( /*empty encoding*/ );
@@ -7207,7 +7207,7 @@ instruct castDD( regD dst ) %{
7207
7208
7209
instruct castFF_PR( regFPR dst ) %{
7210
- predicate(UseSSE < 2);
+ predicate(UseSSE < 1);
7211
7212
7213
0 commit comments