On Wed, 7 Jan 2026 19:32:03 GMT, Paul Sandoz <[email protected]> wrote:

>> Jatin Bhateja has updated the pull request with a new target base due to a 
>> merge or a rebase. The pull request now contains 23 commits:
>> 
>>  - Fix from Bhavana Kilambi for failing JTREG regressions on AARCH64
>>  - Merge branch 'master' of http://github.com/openjdk/jdk into JDK-8370691
>>  - Including test changes from Bhavana Kilambi (ARM)
>>  - Merge branch 'master' of http://github.com/openjdk/jdk into JDK-8370691
>>  - Optimizing tail handling
>>  - Merge branch 'master' of http://github.com/openjdk/jdk into JDK-8370691
>>  - Cleanups
>>  - Fix failing jtreg test in CI
>>  - Merge branch 'master' of http://github.com/openjdk/jdk into JDK-8370691
>>  - Cleanups
>>  - ... and 13 more: https://git.openjdk.org/jdk/compare/5e7ae281...703f313d
>
> src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Vector.java line 
> 3083:
> 
>> 3081:      * @return a {@code Float16Vector} with the same shape and 
>> information content
>> 3082:      */
>> 3083:     public abstract Float16Vector reinterpretAsFloat16s();
> 
> At some point we should consider consolidating these methods into one which 
> accepts the lane element type as an argument.

Very minor point. Can you move this to be above `reinterpretAsFloats`? then it 
is ordered by bit size.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28002#discussion_r3190426092

Reply via email to