[libcxx-commits] [libcxx] [libc++] std::abs support for _BitInt(N) and __int128 (PR #196532)
Xavier Roche via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 16 00:55:23 PDT 2026
================
@@ -0,0 +1,101 @@
+//===----------------------------------------------------------------------===//
----------------
xroche wrote:
Indeed, my bad. I folded into libcxx/test/std/numerics/c.math/abs.pass.cpp and removed the sibling file in 5cadb03ba80. Will apply to future PRs.
https://github.com/llvm/llvm-project/pull/196532
More information about the libcxx-commits
mailing list