On Thu, 28 May 2026 09:44:03 GMT, Jatin Bhateja <[email protected]> wrote:

>> src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Float16Vector.java
>>  line 4036:
>> 
>>> 4034:             default: throw new IllegalArgumentException("Bad shape: " 
>>> + s);
>>> 4035:         }
>>> 4036:     }
>> 
>> Is the element type really a `short`?
>
> I have modified it as carrier type for Float16.

This is not correct, the element type of `Float16Vector` is `Float16`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28002#discussion_r3319433738

Reply via email to