[libc] [llvm] [libc] Provide `LIBC_TYPES_HAS_INT128` (PR #84149)

via llvm-commits llvm-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 llvm-commits mailing list