RFR: 8338023: Support two vector selectFrom API [v13]
Sandhya Viswanathan
sviswanathan at openjdk.org
Thu Oct 3 18:41:40 UTC 2024
On Thu, 3 Oct 2024 05:04:35 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> I see the problem with float/double vectors. Let us do the rearrange form only for Integral (byte, short, int, long) vectors then. For float/double vector we could keep the code that you have currently.
>
> You will also need additional handling for NPOT vector sizes which is handled by existing fallback implementation.
Agree, so we can't assume power of two in fallback.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20508#discussion_r1786691519
More information about the core-libs-dev
mailing list