summaryrefslogtreecommitdiffstats
path: root/src/common/uint128.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-3/+3
| | | | | | Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions.
* Common: Refactor & Document Wall clock.Fernando Sahmkow2020-06-181-0/+3
|
* common/uint128: Add missing header guardLioncash2019-03-211-0/+2
|
* common/uint128: Add missing top-file source textLioncash2019-03-211-0/+3
|
* Corrections, documenting and fixes.Fernando Sahmkow2019-02-161-4/+5
|
* Use u128 on Clock Cycles calculation.Fernando Sahmkow2019-02-161-20/+3
|
* Implement 128 bits Unsigned Integer Multiplication and Division.Fernando Sahmkow2019-02-161-0/+30