Skip to content

Commit

Permalink
8346922: TestVectorReinterpret.java fails without the rvv extension
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeihan committed Jan 2, 2025
1 parent d3abf01 commit e48d42b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
* @modules jdk.incubator.vector
* @modules java.base/jdk.internal.misc
* @summary Test that vector reinterpret intrinsics work as intended.
* @requires (os.arch=="x86" | os.arch=="i386" | os.arch=="amd64" | os.arch=="x86_64" | os.arch=="aarch64" | os.arch == "ppc64" | os.arch == "ppc64le" | os.arch == "s390x") |
* (os.arch == "riscv64" & vm.cpu.features ~= ".*rvv.*")
* @library /test/lib /
* @run main compiler.vectorapi.reshape.TestVectorReinterpret
*/
Expand Down

0 comments on commit e48d42b

Please sign in to comment.