Skip to content

Commit

Permalink
RISC-V: compiler/intrinsics/chacha/TestChaCha20.java fails after JDK-…
Browse files Browse the repository at this point in the history
…8343555
  • Loading branch information
RealFYang committed Nov 18, 2024
1 parent 80e37a9 commit f11bb66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static void main(String... args) throws Exception {
// Riscv64 intrinsics require the vector instructions
if (containsFuzzy(cpuFeatures, "rvv")) {
System.out.println("Setting up vector worker");
configs.add(List.of("-XX:+UseRVV"));
configs.add(List.of());
}
} else {
// We only have ChaCha20 intrinsics on x64, aarch64 and riscv64
Expand Down

0 comments on commit f11bb66

Please sign in to comment.