summaryrefslogtreecommitdiff
path: root/src/common/fixed_point.h
AgeCommit message (Expand)Author
2023-03-12general: fix spelling mistakesLiam
2022-10-18fixed_point: Mark default constructor as constexprLioncash
2022-10-18fixed_point: Mark copy/move assignment operators and constructors as constexprLioncash
2022-10-18fixed_point: Mark std::swap and move constructor as noexceptLioncash
2022-10-18fixed_point: Mark relevant member function [[nodiscard]]Lioncash
2022-10-18fixed_point: Make to_uint() non-constLioncash
2022-10-18fixed_point: Use defaulted comparisonsLioncash
2022-10-18fixed_point: Use variable templates and concepts where applicableLioncash
2022-10-17fixed_point: Replace CONSTEXPR14 with constexprMorph
2022-10-17general: Add missing pragma onceMorph
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-22Project AndioKelebek1