Re: RFR: 8338023: Support two vector selectFrom API [v8]

2024-09-15 Thread Jatin Bhateja
On Sun, 15 Sep 2024 07:16:17 GMT, Emanuel Peter wrote: > > > Can you please **define** somewhere what it means to `prune indexes`? It > > > does not help me much more than the previous "massaging indexes" you had > > > before I asked you to change it. > > > > Also: I'm a little worried about th

Re: RFR: 8338023: Support two vector selectFrom API [v8]

2024-09-15 Thread Emanuel Peter
On Fri, 13 Sep 2024 18:27:07 GMT, Jatin Bhateja wrote: > > Can you please **define** somewhere what it means to `prune indexes`? It > > does not help me much more than the previous "massaging indexes" you had > > before I asked you to change it. > > > Also: I'm a little worried about the semant

Re: RFR: 8338023: Support two vector selectFrom API [v8]

2024-09-13 Thread Jatin Bhateja
On Fri, 13 Sep 2024 14:53:18 GMT, Emanuel Peter wrote: > Can you please **define** somewhere what it means to `prune indexes`? It does > not help me much more than the previous "massaging indexes" you had before I > asked you to change it. > > > Also: I'm a little worried about the semantics c

Re: RFR: 8338023: Support two vector selectFrom API [v8]

2024-09-13 Thread Emanuel Peter
On Fri, 6 Sep 2024 18:13:34 GMT, Jatin Bhateja wrote: >> Hi All, >> >> As per the discussion on panama-dev mailing list[1], patch adds the support >> for following new two vector permutation APIs. >> >> >> Declaration:- >> Vector.selectFrom(Vector v1, Vector v2) >> >> >> Semantics:- >>

Re: RFR: 8338023: Support two vector selectFrom API [v8]

2024-09-06 Thread Jatin Bhateja
> Hi All, > > As per the discussion on panama-dev mailing list[1], patch adds the support > for following new two vector permutation APIs. > > > Declaration:- > Vector.selectFrom(Vector v1, Vector v2) > > > Semantics:- > Using index values stored in the lanes of "this" vector, assembl