8308746: C2 IR test failures for TestFpMinMaxReductions.java with SSE2

Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Reviewed-by: chagedorn, thartmann
This commit is contained in:
Roberto Castañeda Lozano 2023-05-25 11:07:10 +00:00
parent 38367d3c3a
commit 5a0a238f67

@ -29,7 +29,7 @@
* tests complement those in TestFpMinMaxIntrinsics, which focus more
* on correctness aspects.
* @library /test/lib /
* @requires os.simpleArch == "x64"& (vm.opt.UseAVX == "null" | vm.opt.UseAVX > 0)
* @requires os.simpleArch == "x64" & vm.cpu.features ~= ".*avx.*"
* @run driver compiler.intrinsics.math.TestFpMinMaxReductions
*/