[libc-commits] [libc] [llvm] [libc] Add proxy header for float.h. (PR #93504)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Tue May 28 10:39:56 PDT 2024
================
@@ -11,14 +11,14 @@
#include "src/__support/FPUtil/ManipulationFunctions.h"
#include "src/__support/common.h"
+#if FLT_RADIX != 2
+#error FLT_RADIX!=2, unimplemented.
----------------
nickdesaulniers wrote:
Consider adding a comment explaining why it is an error if this macro doesn't have this value. The error message could be restated, too, I suspect.
https://github.com/llvm/llvm-project/pull/93504
More information about the libc-commits
mailing list