[vectorIntrinsics] Integrated: 8262492: Add cast nodes between float types implementation for Arm SVE

Wang Huang whuang at openjdk.java.net
Thu Mar 4 03:45:07 UTC 2021


On Sat, 27 Feb 2021 02:34:13 GMT, Wang Huang <whuang at openjdk.org> wrote:

> Add cast nodes like castf2d castd2f
> 
> * add `sve_fcvt`
> * reuse macro `VECTOR_CAST_I2F_NARROW1` `VECTOR_CAST_I2F_EXTEND1` (Should we change these macro names?)
> 
> other issues :
> * precision loss

This pull request has now been integrated.

Changeset: 97fef5c0
Author:    Wang Huang <whuang at openjdk.org>
Committer: Ningsheng Jian <njian at openjdk.org>
URL:       https://git.openjdk.java.net/panama-vector/commit/97fef5c0
Stats:     157 lines in 5 files changed: 83 ins; 4 del; 70 mod

8262492: Add cast nodes between float types implementation for Arm SVE

Co-authored-by: Wang Huang <whuang at openjdk.org>
Co-authored-by: He Xuejin <hexuejin2 at huawei.com>
Co-authored-by: Ai Jiaming <aijiaming1 at huawei.com>
Reviewed-by: njian

-------------

PR: https://git.openjdk.java.net/panama-vector/pull/41


More information about the panama-dev mailing list