https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295089
Paul Zimmermann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Paul Zimmermann <[email protected]> --- with attachment 270556, I still get incorrect rounding for rsqrtf: ``` libm wrong by up to 5.01e-01 ulp(s) [1] for x=0x1.13e07p-129 rsqrt gives 0x1.5cc0a8p+64 mpfr_rsqrt gives 0x1.5cc0aap+64 Total: errors=129 (0.00%) errors2=0 maxerr=5.01e-01 ulp(s) ``` (I copied the auxiliary functions from https://github.com/freebsd/freebsd-src.git.) -- You are receiving this mail because: You are the assignee for the bug.
