[libc] [llvm] [libc] Provide `LIBC_TYPES_HAS_INT128` (PR #84149)
Guillaume Chatelet via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 02:07:13 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__
----------------
gchatelet wrote:
Not in this PR for the same reasons as https://github.com/llvm/llvm-project/pull/83441#discussion_r1517501301
https://github.com/llvm/llvm-project/pull/84149
More information about the llvm-commits
mailing list