[libc-commits] [libc] fix ppc64le builds without IEEE double long (PR #184995)

via libc-commits libc-commits at lists.llvm.org
Sun Mar 8 03:26:04 PDT 2026


================
@@ -36,6 +36,7 @@
 #define LIBC_COPT_PRINTF_DISABLE_WRITE_INT
 #define LIBC_COPT_PRINTF_DISABLE_INDEX_MODE
 #define LIBC_COPT_PRINTF_DISABLE_STRERROR
+#define LIBC_COPT_PRINTF_DISABLE_FLOAT
----------------
Fabian-Gruenbichler wrote:

those all sound like good ideas, but I don't think I know enough about the code here to implement it easily. would one of you be able to? I am happy to test the resulting patches on ppc64le!

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


More information about the libc-commits mailing list