mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8308746: C2 IR test failures for TestFpMinMaxReductions.java with SSE2
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Reviewed-by: chagedorn, thartmann
(cherry picked from commit 5a0a238f67)
This commit is contained in:
committed by
Vitaly Provodin
parent
30d8a28973
commit
4441fc361e
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user