RFR: 8341260: Add Float16 to jdk.incubator.vector [v10]
Joe Darcy
darcy at openjdk.org
Tue Oct 29 04:43:10 UTC 2024
On Tue, 29 Oct 2024 04:30:57 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 incrementally with one additional commit since the last revision:
>
> Add support for proper String -> Float16 conversion.
Updated the PR with new code and tests for properly rounded String -> Float16 conversion only using public JDK/Java SE APIs. Whenever Float16 support is moved to the base module, this implementation can be abandoned in favor of augmenting the existing support for String -> float and String -> double conversion.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21574#issuecomment-2443196962
More information about the core-libs-dev
mailing list