[libc-commits] [libc] [libc][math] Fix signaling NaN handling for math functions. (PR #133347)
via libc-commits
libc-commits at lists.llvm.org
Wed Apr 2 07:50:15 PDT 2025
================
@@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===//
#include "hdr/fenv_macros.h"
+#include "src/errno/libc_errno.h"
----------------
overmighty wrote:
Why include libc_errno.h here?
https://github.com/llvm/llvm-project/pull/133347
More information about the libc-commits
mailing list