[vectorIntrinsics] RFR: 8265916: Add StoreVectorScatter nodes implementation for Arm SVE [v3]
Wang Huang
whuang at openjdk.java.net
Thu Apr 29 07:32:35 UTC 2021
On Thu, 29 Apr 2021 07:21:07 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:
>> Wang Huang has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - add m4 file
>> - add case for partial
>
> src/hotspot/cpu/aarch64/aarch64_sve_ad.m4 line 229:
>
>> 227: return vlen * type2aelembytes(bt) == MaxVectorSize;
>> 228: case Op_VectorLoadConst:
>> 229: return false;
>
> VectorLoadConst is not implemented yet, isn't it?
It's my fault. I have fixed that. Thank you for your review.
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/73
More information about the panama-dev
mailing list