summaryrefslogtreecommitdiff
path: root/src/common/uint128.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-16common: remove unneeded x86-specific headerGravatar liushuyu1-1/+0
2022-07-27Revert Coretiming PRs 8531 and 7454 (#8591)Gravatar Maide1-5/+0
2022-06-28Common: improve native clock.Gravatar Fernando Sahmkow1-0/+5
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2022-03-20general: Fix clang/gcc build errorsGravatar ameerj1-0/+1
2022-03-19common: Reduce unused includesGravatar ameerj1-1/+0
2021-02-19common: wall_clock: Fix integer overflow with StandardWallClock.Gravatar bunnei1-0/+20
2021-02-15common: Merge uint128 to a single header file with inlines.Gravatar bunnei1-5/+84
2020-08-15common: Make use of [[nodiscard]] where applicableGravatar Lioncash1-3/+3
2020-06-18Common: Refactor & Document Wall clock.Gravatar Fernando Sahmkow1-0/+3
2019-03-20common/uint128: Add missing header guardGravatar Lioncash1-0/+2
2019-03-20common/uint128: Add missing top-file source textGravatar Lioncash1-0/+3
2019-02-16Corrections, documenting and fixes.Gravatar Fernando Sahmkow1-4/+5
2019-02-15Use u128 on Clock Cycles calculation.Gravatar Fernando Sahmkow1-20/+3
2019-02-15Implement 128 bits Unsigned Integer Multiplication and Division.Gravatar Fernando Sahmkow1-0/+30