RFR: 8358768: [vectorapi] Make VectorOperators.SUADD an Associative [v2]
Ian Graves
igraves at openjdk.org
Fri Jul 11 16:15:40 UTC 2025
On Fri, 11 Jul 2025 03:45:14 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:
>> Ian Graves has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Adding masked associative tests
>
> src/jdk.incubator.vector/share/classes/jdk/incubator/vector/VectorOperators.java line 580:
>
>> 578: * @see VectorMath#addSaturatingUnsigned(int, int)
>> 579: */
>> 580: public static final Associative SUADD = assoc("SUADD", "+", VectorSupport.VECTOR_OP_SUADD, VO_NOFP+VO_ASSOC);
>
> Suggestion:
>
> public static final Associative SUADD = assoc("SUADD", "+", VectorSupport.VECTOR_OP_SUADD, VO_NOFP + VO_ASSOC);
Ordinarily I'd agree, but I'm going to keep with the established pattern in this file.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26099#discussion_r2201155129
More information about the core-libs-dev
mailing list