summaryrefslogtreecommitdiff
path: root/src/common/uint128.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: wall_clock: Fix integer overflow with StandardWallClock.Gravatar bunnei2021-02-191-0/+20
* common: Merge uint128 to a single header file with inlines.Gravatar bunnei2021-02-151-5/+84
* common: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-08-151-3/+3
* Common: Refactor & Document Wall clock.Gravatar Fernando Sahmkow2020-06-181-0/+3
* common/uint128: Add missing header guardGravatar Lioncash2019-03-201-0/+2
* common/uint128: Add missing top-file source textGravatar Lioncash2019-03-201-0/+3
* Corrections, documenting and fixes.Gravatar Fernando Sahmkow2019-02-161-4/+5
* Use u128 on Clock Cycles calculation.Gravatar Fernando Sahmkow2019-02-151-20/+3
* Implement 128 bits Unsigned Integer Multiplication and Division.Gravatar Fernando Sahmkow2019-02-151-0/+30