summaryrefslogtreecommitdiffstats
path: root/src/common/fixed_point.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-12general: fix spelling mistakesLiam1-1/+1
2023-02-14don't use static inside constexpr functionarades791-6/+6
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-6/+6
2022-10-18fixed_point: Mark default constructor as constexprLioncash1-2/+2
2022-10-18fixed_point: Mark copy/move assignment operators and constructors as constexprLioncash1-3/+6
2022-10-18fixed_point: Mark std::swap and move constructor as noexceptLioncash1-2/+2
2022-10-18fixed_point: Mark relevant member function [[nodiscard]]Lioncash1-14/+14
2022-10-18fixed_point: Make to_uint() non-constLioncash1-2/+2
2022-10-18fixed_point: Use defaulted comparisonsLioncash1-23/+1
2022-10-18fixed_point: Use variable templates and concepts where applicableLioncash1-72/+48
2022-10-17fixed_point: Replace CONSTEXPR14 with constexprMorph1-50/+42
2022-10-17general: Add missing pragma onceMorph1-4/+1
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-23/+3
2022-07-22Project AndioKelebek11-0/+726