RFR: 8338021: Support new unsigned and saturating vector operators in VectorAPI [v20]

Jatin Bhateja jbhateja at openjdk.org
Thu Oct 3 19:55:04 UTC 2024


On Thu, 3 Oct 2024 19:18:38 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Typographic error
>
> src/jdk.incubator.vector/share/classes/jdk/incubator/vector/VectorMath.java line 46:
> 
>> 44:      * @return the smaller of {@code a} and {@code b}.
>> 45:      * @see VectorOperators#UMIN
>> 46:      * @since 24
> 
> Remove `@since 24` in the documentation of each method and place in the documentation on the class.

DONE

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20507#discussion_r1786767732


More information about the core-libs-dev mailing list