[vectorIntrinsics] RFR: 8261108: Add cast nodes from integer types to float types implementation for Arm SVE [v2]
Wang Huang
whuang at openjdk.java.net
Fri Feb 19 03:18:05 UTC 2021
On Thu, 18 Feb 2021 03:21:55 GMT, Ningsheng Jian <njian at openjdk.org> wrote:
>> Wang Huang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix some bugs
>
> src/hotspot/cpu/aarch64/assembler_aarch64.hpp line 3385:
>
>> 3383:
>> 3384: INSN(sve_scvtf, 0b0);
>> 3385: INSN(sve_ucvtf, 0b1);
>
> Is there any usage for ucvtf?
Just like `sve_uzp2`.It seems that `ucvtf` and `scvtf` are in the same encoding group.
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/37
More information about the panama-dev
mailing list