[libc-commits] [libc] [libc][complex] fix compiler support matrix for cfloat128 (PR #122593)
Shourya Goel via libc-commits
libc-commits at lists.llvm.org
Sat Jan 11 08:11:48 PST 2025
================
@@ -18,15 +18,17 @@
//
// TODO: Update the complex variant of C23 `_Float128` type detection again when
// clang supports it.
-#if defined(__STDC_IEC_60559_COMPLEX__) && !defined(__clang__)
-#if !defined(__cplusplus)
+#if !defined(__clang__)
----------------
Sh0g0-1758 wrote:
simplified a tad bit more. the two ifs could be merged.
https://github.com/llvm/llvm-project/pull/122593
More information about the libc-commits
mailing list