[vectorIntrinsics] RFR: Use Integer/Long compress and expand. [v2]
Paul Sandoz
psandoz at openjdk.java.net
Thu Apr 21 01:24:43 UTC 2022
On Wed, 20 Apr 2022 23:40:10 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:
>> Paul Sandoz has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove debug print
>
> test/jdk/jdk/incubator/vector/templates/Perf-Scalar-header.template line 44:
>
>> 42:
>> 43: private static final $type$ CONST_SHIFT = $Boxtype$.SIZE / 2;
>> 44:
>
> This is only needed for integral types and not for float/double.
Done. Also fixed in unit tests.
> test/jdk/jdk/incubator/vector/templates/Perf-header.template line 81:
>
>> 79:
>> 80: private static final $type$ CONST_SHIFT = $Boxtype$.SIZE / 2;
>> 81:
>
> This is only needed for integral types and not for float/double.
Done
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/194
More information about the panama-dev
mailing list