Details
Details
- Reviewers
Mordante - Group Reviewers
Restricted Project - Commits
- rGf3589d25fe09: [libc++][NFC] Refactor the enable_ifs in the math headers
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155261
[libc++][NFC] Refactor the enable_ifs in the math headers ClosedPublic Authored by philnik on Jul 13 2023, 10:35 PM.
Details
Diff Detail
Event Timelinephilnik added a child revision: D155263: [libc++] Move functions from <cmath> to the math headers.Jul 13 2023, 11:41 PM This revision is now accepted and ready to land.Jul 14 2023, 9:39 AM philnik retitled this revision from [libc++] Refactor the enable_ifs in the math headers to [libc++][NFC] Refactor the enable_ifs in the math headers.Jul 14 2023, 11:06 AM This revision was landed with ongoing or failed builds.Aug 2 2023, 10:03 AM Closed by commit rGf3589d25fe09: [libc++][NFC] Refactor the enable_ifs in the math headers (authored by philnik). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 546526 libcxx/include/__math/abs.h
libcxx/include/__math/copysign.h
libcxx/include/__math/error_functions.h
libcxx/include/__math/exponential_functions.h
libcxx/include/__math/fdim.h
libcxx/include/__math/fma.h
libcxx/include/__math/gamma.h
libcxx/include/__math/hyperbolic_functions.h
libcxx/include/__math/hypot.h
libcxx/include/__math/inverse_hyperbolic_functions.h
libcxx/include/__math/inverse_trigonometric_functions.h
libcxx/include/__math/logarithms.h
libcxx/include/__math/min_max.h
libcxx/include/__math/modulo.h
libcxx/include/__math/remainder.h
libcxx/include/__math/roots.h
libcxx/include/__math/rounding_functions.h
libcxx/include/__math/traits.h
libcxx/include/__math/trigonometric_functions.h
|