[libc-commits] [libc] [libc][stdfix] Implement fxdivi functions (rdivi) (PR #154914)
Shreeyash Pandey via libc-commits
libc-commits at lists.llvm.org
Tue Aug 26 05:57:58 PDT 2025
================
@@ -224,6 +224,47 @@ idiv(T x, T y) {
return static_cast<XType>(result);
}
+inline long accum nrstep(long accum d, long accum x0) {
+ auto v = x0 * (2 - (d * x0));
----------------
bojle wrote:
changed it to 2.lk
https://github.com/llvm/llvm-project/pull/154914
More information about the libc-commits
mailing list