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 409a39e commit 30a0c61Copy full SHA for 30a0c61
src/hotspot/cpu/x86/x86_32.ad
@@ -11142,7 +11142,7 @@ instruct convI2FPR_mem(regFPR dst, memory mem) %{
11142
11143
// Convert an int to a float in xmm; no rounding step needed.
11144
instruct convI2F_reg(regF dst, rRegI src) %{
11145
- predicate( UseSSE==1 || UseSSE>=2 && !UseXmmI2F );
+ predicate( UseSSE==1 || ( UseSSE>=2 && !UseXmmI2F ));
11146
match(Set dst (ConvI2F src));
11147
format %{ "CVTSI2SS $dst, $src" %}
11148
ins_encode %{
0 commit comments