RFR: 8341260: Add Float16 to jdk.incubator.vector [v12]

Joe Darcy darcy at openjdk.org
Tue Nov 12 05:50:47 UTC 2024


On Tue, 12 Nov 2024 05:42:46 GMT, Joe Darcy <darcy at openjdk.org> wrote:

>> Port of Float16 from java.lang in the lworld+fp16 branch to jdk.incubabor.vector.
>
> Joe Darcy has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 21 additional commits since the last revision:
> 
>  - Test update and minor bug fix.
>  - Merge branch 'master' into JDK-8341260
>  - Add Float16 -> string conversion from Raffaello.
>  - Merge branch 'master' into JDK-8341260
>  - Merge branch 'master' into JDK-8341260
>  - Respond to review feedback.
>  - Add support for proper String -> Float16 conversion.
>  - Merge branch 'master' into JDK-8341260
>  - Improve specification per code review feedback.
>  - Add tests, improve hashing spec.
>  - ... and 11 more: https://git.openjdk.org/jdk/compare/aaa007cb...8af04c4d

Updated the implementation with Float16 -> string conversion code from @rgiulietti and added various supporting tests.

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

PR Comment: https://git.openjdk.org/jdk/pull/21574#issuecomment-2469662058


More information about the core-libs-dev mailing list