[vectorIntrinsics] RFR: Make method package private.
Sandhya Viswanathan
sviswanathan at openjdk.java.net
Thu Oct 14 16:02:08 UTC 2021
On Wed, 13 Oct 2021 21:32:47 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
> While going more carefully through https://github.com/openjdk/jdk/pull/5873/ i noticed that the following method on `VectorMask` is public:
>
>
> <F> VectorMask<F> check(Class<? extends VectorMask<F>> maskClass, Vector<F> vector);
>
>
> This is primarily intended for internal use. For now i think it best to make it package private.
Looks good to me.
-------------
Marked as reviewed by sviswanathan (Committer).
PR: https://git.openjdk.java.net/panama-vector/pull/152
More information about the panama-dev
mailing list