[vectorIntrinsics] RFR: 8261108: Add cast nodes from integer types to float types implementation for Arm SVE [v2]

Xiaohong Gong xgong at openjdk.java.net
Sat Feb 20 10:07:53 UTC 2021


On Sat, 20 Feb 2021 02:06:37 GMT, Ningsheng Jian <njian at openjdk.org> wrote:

>> `T_dst` and `T_src` will be changed after  `encode_cvtf_T`, so they cannot move there.
>
> I think it's fine to assign the values at the beginning. And maybe you can add more test cases to check different combinations.

Agree with @nsjian that filling the bits in order which can make the code more clean. Thanks!

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

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


More information about the panama-dev mailing list