Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: wall_clock: Fix integer overflow with StandardWallClock. | bunnei | 2021-02-20 | 1 | -0/+20 |
| | | | | | - Previous optimized impl. resulted in an integer overflow, so revert. - This is our slow/fallback path that should never be really be used, so the optimization in unimportant. | ||||
* | common: Merge uint128 to a single header file with inlines. | bunnei | 2021-02-15 | 1 | -5/+84 |
| | |||||
* | common: Make use of [[nodiscard]] where applicable | Lioncash | 2020-08-15 | 1 | -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 Sahmkow | 2020-06-18 | 1 | -0/+3 |
| | |||||
* | common/uint128: Add missing header guard | Lioncash | 2019-03-21 | 1 | -0/+2 |
| | |||||
* | common/uint128: Add missing top-file source text | Lioncash | 2019-03-21 | 1 | -0/+3 |
| | |||||
* | Corrections, documenting and fixes. | Fernando Sahmkow | 2019-02-16 | 1 | -4/+5 |
| | |||||
* | Use u128 on Clock Cycles calculation. | Fernando Sahmkow | 2019-02-16 | 1 | -20/+3 |
| | |||||
* | Implement 128 bits Unsigned Integer Multiplication and Division. | Fernando Sahmkow | 2019-02-16 | 1 | -0/+30 |