summaryrefslogtreecommitdiffstats
path: root/src/common/fixed_point.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed_point: Mark default constructor as constexprLioncash2022-10-181-2/+2
* fixed_point: Mark copy/move assignment operators and constructors as constexprLioncash2022-10-181-3/+6
* fixed_point: Mark std::swap and move constructor as noexceptLioncash2022-10-181-2/+2
* fixed_point: Mark relevant member function [[nodiscard]]Lioncash2022-10-181-14/+14
* fixed_point: Make to_uint() non-constLioncash2022-10-181-2/+2
* fixed_point: Use defaulted comparisonsLioncash2022-10-181-23/+1
* fixed_point: Use variable templates and concepts where applicableLioncash2022-10-181-72/+48
* fixed_point: Replace CONSTEXPR14 with constexprMorph2022-10-171-50/+42
* general: Add missing pragma onceMorph2022-10-171-4/+1
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-23/+3
* Project AndioKelebek12022-07-221-0/+726