[vectorIntrinsics+mask] RFR: 8273057: [vector] New VectorAPI "SelectiveStore"

Ningsheng Jian njian at openjdk.java.net
Tue Aug 31 09:18:37 UTC 2021


On Mon, 30 Aug 2021 11:39:31 GMT, Joshua Zhu <jzhu at openjdk.org> wrote:

> > I think I would rather see a vector-to-vector compress operation, than a vector-to-memory operation that also includes compression. Isn?t that the real underlying primitive?
> 
> Agree. John, thanks a lot for your review comments. This will make the primitive more friendly.

Yes, if we have to introduce a new API, a vector-to-vector compress operation sounds more reasonable. Arm SVE instrctuion COMPACT could also do such work.

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

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


More information about the panama-dev mailing list