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 a3f710e commit a0b8445Copy full SHA for a0b8445
src/hotspot/cpu/x86/x86_32.ad
@@ -7204,7 +7204,7 @@ instruct castLL( eRegL dst ) %{
7204
%}
7205
7206
instruct castFF( regF dst ) %{
7207
- predicate(UseSSE >= 2);
+ predicate(UseSSE >= 1);
7208
match(Set dst (CastFF dst));
7209
format %{ "#castFF of $dst" %}
7210
ins_encode( /*empty encoding*/ );
@@ -7222,7 +7222,7 @@ instruct castDD( regD dst ) %{
7222
7223
7224
instruct castFF_PR( regFPR dst ) %{
7225
- predicate(UseSSE < 2);
+ predicate(UseSSE < 1);
7226
7227
7228
0 commit comments