[vectorIntrinsics] Integrated: Make method package private.
Paul Sandoz
psandoz at openjdk.java.net
Thu Oct 14 16:08:06 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.
This pull request has now been integrated.
Changeset: 63daf7f4
Author: Paul Sandoz <psandoz at openjdk.org>
URL: https://git.openjdk.java.net/panama-vector/commit/63daf7f4298090b37baa2188912d161bac660e50
Stats: 2 lines in 2 files changed: 0 ins; 1 del; 1 mod
Make method package private.
Reviewed-by: sviswanathan
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/152
More information about the panama-dev
mailing list