[libc-commits] [libc] [libc][stdfix] Implement divifx functions in LLVM libc (PR #206115)

via libc-commits libc-commits at lists.llvm.org
Thu Jul 9 21:31:05 PDT 2026


================
@@ -14,12 +14,14 @@
 #include "src/__support/CPP/bit.h"
 #include "src/__support/CPP/limits.h" // numeric_limits
 #include "src/__support/CPP/type_traits.h"
+#include "src/__support/CPP/type_traits/conditional.h"
----------------
sohail103 wrote:

thanks, updated in latest push.

https://github.com/llvm/llvm-project/pull/206115


More information about the libc-commits mailing list