Re: RFR: 8362207: Add more test cases for possible double-rounding in fma

2025-07-15 Thread SendaoYan
On Tue, 15 Jul 2025 01:10:05 GMT, Joe Darcy wrote: > From discussions related to IEEE 754, a few explicit test cases were > identified where plausible, but incorrect, implementations of fma using > higher precision. These test cases are useful to include in the regression > tests of the float-

Re: RFR: 8362207: Add more test cases for possible double-rounding in fma

2025-07-15 Thread Raffaello Giulietti
On Tue, 15 Jul 2025 01:10:05 GMT, Joe Darcy wrote: > From discussions related to IEEE 754, a few explicit test cases were > identified where plausible, but incorrect, implementations of fma using > higher precision. These test cases are useful to include in the regression > tests of the float-

RFR: 8362207: Add more test cases for possible double-rounding in fma

2025-07-14 Thread Joe Darcy
>From discussions related to IEEE 754, a few explicit test cases were >identified where plausible, but incorrect, implementations of fma using higher >precision. These test cases are useful to include in the regression tests of >the float-precision and Float16-precision fused multiple add method