We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38367d3 commit 5a0a238Copy full SHA for 5a0a238
test/hotspot/jtreg/compiler/intrinsics/math/TestFpMinMaxReductions.java
@@ -29,7 +29,7 @@
29
* tests complement those in TestFpMinMaxIntrinsics, which focus more
30
* on correctness aspects.
31
* @library /test/lib /
32
- * @requires os.simpleArch == "x64"& (vm.opt.UseAVX == "null" | vm.opt.UseAVX > 0)
+ * @requires os.simpleArch == "x64" & vm.cpu.features ~= ".*avx.*"
33
* @run driver compiler.intrinsics.math.TestFpMinMaxReductions
34
*/
35
0 commit comments