On Mon, 16 Mar 2026 07:07:07 GMT, Lei Zhu <[email protected]> wrote: > Added new test cases for `Float16.toString()` within `BasicFloat16ArithTests`. > These tests cover special values, boundary values, the transition point > between normal and subnormal numbers, and the threshold for switching between > standard and scientific notation; they also verify the consistency of the > output between the static and instance versions of `toString()`.
FYI Bfloat16 exists here https://github.com/openjdk/valhalla/blob/type-classes/test/jdk/jdk/incubator/vector/Bfloat16/Bfloat16.java and is only for testing purposes against the type classes system so far. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30255#issuecomment-4069797631
