RFR: 8322768: Optimize non-subword vector compress and expand APIs for AVX2 target. [v5]
Jatin Bhateja
jbhateja at openjdk.org
Thu Jan 18 17:10:35 UTC 2024
On Tue, 16 Jan 2024 07:08:57 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Each long/double permute lane holds 64 bit value.
>
> @jatin-bhateja so why do you shift by 5? I thought 4 longs are 32 bit?
For long/double each permute row is 32 byte in size, so a shift by 5 to compute row address.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17261#discussion_r1457747672
More information about the hotspot-compiler-dev
mailing list