Skip to content

Commit

Permalink
add requires part to the test, taken from compiler/intrinsics/float16…
Browse files Browse the repository at this point in the history
…/TestAllFloat16ToFloat.java
  • Loading branch information
MBaesken committed Jul 23, 2024
1 parent 2c149b7 commit 8f41964
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
/**
* @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/timeout=1200 compiler.vectorization.TestFloat16VectorConvChain
* @run driver compiler.vectorization.TestFloat16VectorConvChain
*/

package compiler.vectorization;
Expand Down

0 comments on commit 8f41964

Please sign in to comment.