Skip to content

Commit

Permalink
8291048: x86: compiler/c2/irTests/TestAutoVectorization2DArray.java f…
Browse files Browse the repository at this point in the history
…ails with lower SSE

Reviewed-by: kvn, jiefu
  • Loading branch information
shipilev committed Jul 27, 2022
1 parent c104089 commit dc74ea2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -29,6 +29,7 @@
* @test
* @bug 8279258
* @summary Auto-vectorization enhancement for two-dimensional array operations
* @requires (os.arch != "x86" & os.arch != "i386") | vm.opt.UseSSE == "null" | vm.opt.UseSSE >= 2
* @library /test/lib /
* @run driver compiler.c2.irTests.TestAutoVectorization2DArray
*/
Expand Down

0 comments on commit dc74ea2

Please sign in to comment.