[vectorIntrinsics+compress] RFR: Compress JavaDoc. [v2]
Paul Sandoz
psandoz at openjdk.java.net
Mon Nov 15 19:07:26 UTC 2021
On Mon, 15 Nov 2021 19:04:07 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
>> Add a little summary of compress/expand in the cross-lane section of the `Vector` class doc.
>
> Paul Sandoz has updated the pull request incrementally with one additional commit since the last revision:
>
> Use correct class name, VectorMask
src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Vector.java line 1045:
> 1043: * methods, which select up to {@code VLENGTH} lanes from an
> 1044: * input vector, and assemble them in lane order. The selection of lanes
> 1045: * is controlled by a {@code Mask}, with set lane elements mapping, by
Suggestion:
* is controlled by a {@code VectorMask}, with set lane elements mapping, by
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/162
More information about the panama-dev
mailing list