Skip to content

Commit

Permalink
Restrict test to aarch64 and x86_64 since match rule for Op_MulAddVS2…
Browse files Browse the repository at this point in the history
…VI is only defined on these platforms
  • Loading branch information
chhagedorn committed Sep 21, 2023
1 parent 5225872 commit 36bb0e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* @test
* @bug 8310886
* @requires vm.bits == "64"
* @requires os.arch == "x86_64" | os.arch == "aarch64"
* @summary Test MulAddS2I vectorization.
* @library /test/lib /
* @run driver compiler.loopopts.superword.TestMulAddS2I
Expand Down

0 comments on commit 36bb0e7

Please sign in to comment.