[libc-commits] [libc] [libc][math] Short-circuit certain powf range errors (PR #223719)
via libc-commits
libc-commits at lists.llvm.org
Wed Sep 16 00:10:25 PDT 2026
================
@@ -37,6 +37,7 @@
#include "src/__support/FPUtil/double_double.h"
#include "src/__support/FPUtil/multiply_add.h"
#include "src/__support/FPUtil/nearest_integer.h"
+#include "src/__support/FPUtil/rounding_mode.h"
----------------
Sukumarsawant wrote:
Add this to cmake too.
https://github.com/llvm/llvm-project/pull/223719
More information about the libc-commits
mailing list