A lot of these functions can be computed at compile time and would fare much better that way, especially since there are other functions that would benefit from being constexpr but call these functions and therefore do not get that luxury.
Details
Details
- Reviewers
- None
Summary
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
gAlfonso-bit created this object with edit policy "Administrators".
gAlfonso-bit retitled this revision from Make more functions in MathExtras constexpr to Make more functions in MathExtras.h constexpr.Jul 21 2021, 7:18 PM
clang-format: please reformat the code