On Fri, 13 Feb 2026 17:43:42 GMT, Paul Sandoz <[email protected]> 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

Reply via email to