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

Sandhya Viswanathan sviswanathan at openjdk.org
Fri Sep 6 18:47:12 UTC 2024


On Fri, 6 Sep 2024 18:39:08 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

>> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review suggestions
>
> src/jdk.incubator.vector/share/classes/jdk/incubator/vector/VectorMathUtils.java line 33:
> 
>> 31:  *
>> 32:  */
>> 33: public class VectorMathUtils {
> 
> Could the class also be not public as it has only package private methods now?

Please ignore this comment as Paul suggests that the methods in this file should to be public.

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

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


More information about the core-libs-dev mailing list