8336827: compiler/vectorization/TestFloat16VectorConvChain.java timeouts on ppc64 platforms after JDK-8335860

Reviewed-by: kvn, mdoerr, shade
This commit is contained in:
Matthias Baesken 2024-07-24 07:21:45 +00:00
parent 3251eea1f4
commit 5b4824cf9a

@ -24,6 +24,8 @@
/**
* @test
* @summary Test Float16 vector conversion chain.
* @requires (vm.cpu.features ~= ".*avx512vl.*" | vm.cpu.features ~= ".*f16c.*") | os.arch == "aarch64"
* | (os.arch == "riscv64" & vm.cpu.features ~= ".*zfh.*")
* @library /test/lib /
* @run driver compiler.vectorization.TestFloat16VectorConvChain
*/