[libcxx-commits] [libcxx] [libc++][math] Fix undue overflowing of `std::hypot(x, y, z)` (PR #93350)

Kamau Bridgeman via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 23 13:13:35 PDT 2024


kamaub wrote:

It looks like this commit breaks the following buildbots: [sanitizer-ppc64le-linux](https://lab.llvm.org/buildbot/#/builders/72) build no. [1522](https://lab.llvm.org/buildbot/#/builders/72/builds/1522) and [sanitizer-ppc64be-linux](https://lab.llvm.org/buildbot/#/builders/109) build no. [1249](https://lab.llvm.org/buildbot/#/builders/109/builds/1249). I will attempt to isolate and provide more information about the failure but could you take a look and provide a fix as soon as possible or revert if the fix will take too long. 

https://github.com/llvm/llvm-project/pull/93350


More information about the libcxx-commits mailing list