[libc-commits] [libc] [libc] Fix detection of cfloat128 (PR #185486)

via libc-commits libc-commits at lists.llvm.org
Mon Mar 9 12:02:51 PDT 2026


================
@@ -27,7 +27,7 @@
 #define LIBC_TYPES_HAS_CFLOAT128
 #endif
 #elif defined(__GNUC__)
-#if (defined(__STDC_IEC_60559_COMPLEX__) || defined(__SIZEOF_FLOAT128__)) &&   \
----------------
lntue wrote:

Can you change the `||` to `&&` instead of removing the `__STDC_IEC_60559_COMPLEX__` check?

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


More information about the libc-commits mailing list