Integrated: 8279900: compiler/vectorization/TestPopCountVectorLong.java fails due to vpopcntdq is not supported
Jie Fu
jiefu at openjdk.java.net
Wed Jan 12 03:58:28 UTC 2022
On Wed, 12 Jan 2022 03:26:56 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> The test fails on our AVX512 machines due to `VM_Version::supports_avx512_vpopcntdq()` [1] is false.
> So the test should not run if `vpopcntdq` is not supported.
>
> Thanks.
> Best regards,
> Jie
>
> [1] https://github.com/openjdk/jdk/blob/master/src/hotspot/cpu/x86/x86.ad#L1409
This pull request has now been integrated.
Changeset: 1c688f41
Author: Jie Fu <jiefu at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/1c688f41373e90865b729b5149be2ec010bc9b37
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8279900: compiler/vectorization/TestPopCountVectorLong.java fails due to vpopcntdq is not supported
Reviewed-by: kvn
-------------
PR: https://git.openjdk.java.net/jdk/pull/7040
More information about the hotspot-compiler-dev
mailing list