Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 23f6c3370b8bc0bf773e69a41bf90454c0a10120 Author: Louis Dionne <ldionne.2@gmail.com> Date: Wed Sep 4 16:39:09 2024 -0400 [libc++][modules] Remove dependency on __algorithm/max from hypot.h (#107150) That dependency was added recently when we made improvements to std::hypot, but that resulted in `__math` depending on `__algorithm`, which is a very heavyweight module. This patch uses `__math::fmax` instead. |