On Mon, 26 Jan 2026 16:48:11 GMT, Paul Sandoz <[email protected]> wrote:

> The underlying motivation was to avoid passing two parameters to the vector 
> intrinsics that can get out of sync. Currently, we cannot use `Float16.class` 
> like we can `Integer.class` that describes the vector element type to the 
> intrinsic. Could we use an internal class that acts as a proxy until we can 
> replace it?

Hi @PaulSandoz , 
We will still need to create T_FLOAT16 basic type and associate it with Float16 
LaneType, why not directly pass these basic types to intrinsic entry point ?

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

PR Comment: https://git.openjdk.org/jdk/pull/28002#issuecomment-3804950143

Reply via email to