summaryrefslogtreecommitdiffstats
path: root/src/common/uint128.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: remove unneeded x86-specific headerliushuyu2022-08-161-1/+0
* Revert Coretiming PRs 8531 and 7454 (#8591)Maide2022-07-281-5/+0
* Common: improve native clock.Fernando Sahmkow2022-06-281-0/+5
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* general: Fix clang/gcc build errorsameerj2022-03-201-0/+1
* common: Reduce unused includesameerj2022-03-191-1/+0
* common: wall_clock: Fix integer overflow with StandardWallClock.bunnei2021-02-201-0/+20
* common: Merge uint128 to a single header file with inlines.bunnei2021-02-151-5/+84
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-3/+3
* 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