On Wed, 25 Mar 2026 18:54:54 GMT, Joe Darcy <[email protected]> wrote:
>> First cut at a prototype of an FP8 type, this one with 5 exponent bits and 2 >> significand (mantissa) bits. >> >> The base conversion functionality is not fully ported over. > > Joe Darcy has updated the pull request incrementally with one additional > commit since the last revision: > > Finish refactor. Pushed a small refactoring: the floating-point valued constants are initialized using the valueOf factories rather than setting the bits directly. Checking the setting of the bits is moved to the regression test. ------------- PR Comment: https://git.openjdk.org/valhalla/pull/2259#issuecomment-4129216533
