[vectorIntrinsics] Integrated: 8264820: jdk/incubator/vector/FloatMaxVectorTests.java fails on AVX512 due to incorrect vector_exp_float512 entry
Jie Fu
jiefu at openjdk.java.net
Thu Apr 8 00:42:07 UTC 2021
On Wed, 7 Apr 2021 08:45:52 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> jdk/incubator/vector/FloatMaxVectorTests.java fails on AVX512 fails on AVX512 machines.
> The reason is that vector_exp_float512 entry is wrong after JDK-8264321.
>
> Before JDK-8264321:
> StubRoutines::_vector_exp_float512 = __svml_expf16_ha_z0
>
> After JDK-8264321:
> StubRoutines::_vector_exp_float512 = __svml_exp8_ha_z0 <--- wrong
>
> Let's fix it.
> Thanks.
> Best regards,
> Jie
This pull request has now been integrated.
Changeset: c1e71cca
Author: Jie Fu <jiefu at openjdk.org>
Committer: Sandhya Viswanathan <sviswanathan at openjdk.org>
URL: https://git.openjdk.java.net/panama-vector/commit/c1e71cca
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8264820: jdk/incubator/vector/FloatMaxVectorTests.java fails on AVX512 due to incorrect vector_exp_float512 entry
Reviewed-by: sviswanathan
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/60
More information about the panama-dev
mailing list