Skip to content

Commit

Permalink
Update test requires
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeihan committed Jan 3, 2025
1 parent e48d42b commit 5d0c366
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
* @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.*")
* @requires os.arch != "riscv64" | vm.cpu.features ~= ".*rvv.*"
* @library /test/lib /
* @run main compiler.vectorapi.reshape.TestVectorReinterpret
*/
Expand Down

0 comments on commit 5d0c366

Please sign in to comment.