RFR: 8376186: [VectorAPI] Nomenclature change for concrete vector classes [v3]
Jatin Bhateja
jbhateja at openjdk.org
Sat Feb 14 02:57:27 UTC 2026
On Fri, 13 Feb 2026 17:43:42 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
>> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Review comments resolution
>
> src/jdk.incubator.vector/share/classes/jdk/incubator/vector/VectorMathLibrary.java line 142:
>
>> 140: String suffix = suffix(vspecies);
>> 141: String elemType = (vspecies.elementType() == float.class ? "f" : "");
>> 142: boolean isFloat64Vector = (vspecies.elementType() == float.class) && (vspecies.length() == 2); // FloatVector64 or FloatVectorMax
>
> Change the variable name too, here and at line 214.
Done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29614#discussion_r2806846567
More information about the core-libs-dev
mailing list