[libc-commits] [libc] [llvm] [libc] Provide `LIBC_TYPES_HAS_INT128` (PR #84149)
via libc-commits
libc-commits at lists.llvm.org
Wed Mar 6 07:31:57 PST 2024
================
@@ -17,6 +17,8 @@
#include "src/__support/macros/properties/cpu_features.h"
#include "src/__support/macros/properties/os.h"
+#include <stdint.h> // __SIZEOF_INT128__
----------------
lntue wrote:
Can you include `include/llvm-libc-macros/stdint-macros.h` instead?
https://github.com/llvm/llvm-project/pull/84149
More information about the libc-commits
mailing list