[libc-commits] [libc] [libc][math] Qualify fdim funtions to constexpr (PR #194137)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Sat Apr 25 15:35:06 PDT 2026
================
@@ -117,7 +117,14 @@ add_or_sub(InType x, InType y) {
// volatile prevents Clang from converting tmp to OutType and then
// immediately back to InType before negating it, resulting in double
// rounding.
----------------
bassiounix wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/194137
More information about the libc-commits
mailing list