[vectorIntrinsics] RFR: 8266720: Wrong implementation in LibraryCallKit::inline_vector_shuffle_iota

Xiaohong Gong xgong at openjdk.java.net
Fri May 14 03:55:43 UTC 2021


On Fri, 14 May 2021 03:50:52 GMT, Ningsheng Jian <njian at openjdk.org> wrote:

>> Currently making it work well for <= 1024-bits makes sense to me. We can revisit this issue after the API issues for vector length > 1024-bits are fixed in future.
>
>> Currently making it work well for <= 1024-bits makes sense to me. We can revisit this issue after the API issues for vector length > 1024-bits are fixed in future.
> 
> If so, we need at least some comments or even length check to not inline for unsupported vector lengths?

Agree with @nsjian ! Thanks!

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

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


More information about the panama-dev mailing list