On Thu, 3 Oct 2024 05:04:35 GMT, Jatin Bhateja <jbhat...@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