[libc-commits] [libc] [libc] Exclude Fuchsia from float128 detection (PR #73985)
Caslyn Tonelli via libc-commits
libc-commits at lists.llvm.org
Fri Dec 1 10:17:29 PST 2023
================
@@ -37,4 +37,8 @@
#endif
#endif
+#if (defined(__Fuchsia__))
----------------
Caslyn wrote:
Done
https://github.com/llvm/llvm-project/pull/73985
More information about the libc-commits
mailing list