[Bug 295089] [libm] implementation of rsqrt, rsqrtf, and rsqrtl.
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 295089] [libm] implementation of rsqrt, rsqrtf, and rsqrtl."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 May 2026 08:23:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295089 --- Comment #6 from Paul Zimmermann <Paul.Zimmermann@inria.fr> --- I also get errors with the double version: ``` zimmerma@thym:~/svn/core-math$ CORE_MATH_CHECK_STD=true LIBM=/tmp/libm.a ./check.sh rsqrt Running worst cases check in --rndn mode... FAIL x=0x1.e60431782ff31p-1 ref=0x1.06c10c599fca7p+0 z=0x0.000002b344e03p-1022 ``` but maybe I did a mistake in copying the code. How can I build a libm.a with just rsqrtf, rsqrt and rsqrtl? -- You are receiving this mail because: You are the assignee for the bug.