8279900: compiler/vectorization/TestPopCountVectorLong.java fails due to vpopcntdq is not supported
Reviewed-by: kvn
This commit is contained in:
parent
3aaa0982d8
commit
1c688f4137
@ -25,6 +25,7 @@
|
||||
* @test
|
||||
* @summary Test vectorization of popcount for Long
|
||||
* @requires vm.cpu.features ~= ".*avx512dq.*"
|
||||
* @requires vm.cpu.features ~= ".*vpopcntdq.*"
|
||||
* @requires vm.compiler2.enabled
|
||||
* @requires os.arch=="x86" | os.arch=="i386" | os.arch=="amd64" | os.arch=="x86_64"
|
||||
* @library /test/lib /
|
||||
|
Loading…
x
Reference in New Issue
Block a user