[libc-commits] [libc] [libc][stdfix] Implement divifx functions in LLVM libc (PR #206115)
via libc-commits
libc-commits at lists.llvm.org
Wed Jul 1 12:07:44 PDT 2026
================
@@ -333,6 +335,50 @@ template <typename XType> LIBC_INLINE constexpr XType divi(int n, int d) {
}
}
+// divide an integer operand by a fixed-point operand and return the
----------------
sohail103 wrote:
thanks, updated in the latest push
https://github.com/llvm/llvm-project/pull/206115
More information about the libc-commits
mailing list