[libc-commits] [libc] [libc] Add more elementwise wrapper functions (PR #156515)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Sep 2 12:48:07 PDT 2025
================
@@ -15,11 +15,11 @@
#include "hdr/stdint_proxy.h"
#include "src/__support/CPP/algorithm.h"
-#include "src/__support/CPP/bit.h"
-#include "src/__support/CPP/type_traits/integral_constant.h"
+#include "src/__support/CPP/type_traits.h"
#include "src/__support/macros/attributes.h"
#include "src/__support/macros/config.h"
+#include <limits.h>
----------------
michaelrj-google wrote:
should this use `"src/__support/cpp/limits.h"` instead?
https://github.com/llvm/llvm-project/pull/156515
More information about the libc-commits
mailing list