Sources Bugzilla – Bug 2548
Incorrect return from float rint (0X1.000006P+21)
Last modified: 2012-02-22 13:08:52 UTC
Failure: Test: rint (0X1.000006P+21) == 0X1.000008P+21 Result: is: 2.09715200000000000000e+06 0x1.00000000000000000000p+21 should be: 2.09715300000000000000e+06 0x1.00000800000000000000p+21 difference: 1.00000000000000000000e+00 0x1.00000000000000000000p+0 ulp : 4.0000 max.ulp : 0.0000
Suspended until somebody comes up with a patch.
Patch posted: http://sourceware.org/ml/libc-alpha/2012-02/msg00397.html
*** Bug 10089 has been marked as a duplicate of this bug. ***
Fixed. commit fe45ce09f366f2260aef528d37ae35070b3a2a36 Author: Joseph Myers <joseph@codesourcery.com> Date: Wed Feb 22 13:01:20 2012 +0000 Fix rintf rounding.