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 dd86369 commit 3729884Copy full SHA for 3729884
test/hotspot/jtreg/compiler/intrinsics/chacha/TestChaCha20.java
@@ -104,7 +104,7 @@ public static void main(String... args) throws Exception {
104
// Riscv64 intrinsics require the vector instructions
105
if (containsFuzzy(cpuFeatures, "rvv")) {
106
System.out.println("Setting up vector worker");
107
- configs.add(List.of("-XX:+UseRVV"));
+ configs.add(List.of());
108
}
109
} else {
110
// We only have ChaCha20 intrinsics on x64, aarch64 and riscv64
0 commit comments