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 a83760a commit 860a789Copy full SHA for 860a789
src/hotspot/cpu/riscv/stubGenerator_riscv.cpp
@@ -6151,6 +6151,8 @@ class StubGenerator: public StubCodeGenerator {
6151
return start;
6152
}
6153
6154
+#endif // COMPILER2_OR_JVMCI
6155
+
6156
// x10 = input (float16)
6157
// f10 = result (float)
6158
// t1 = temporary register
@@ -6249,8 +6251,6 @@ class StubGenerator: public StubCodeGenerator {
6249
6251
return entry;
6250
6252
6253
-#endif // COMPILER2_OR_JVMCI
-
6254
#ifdef COMPILER2
6255
6256
static const int64_t right_2_bits = right_n_bits(2);
0 commit comments