summaryrefslogtreecommitdiff
path: root/src/common/uint128.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: remove unneeded x86-specific headerGravatar liushuyu2022-08-161-1/+0
* Revert Coretiming PRs 8531 and 7454 (#8591)Gravatar Maide2022-07-271-5/+0
* Common: improve native clock.Gravatar Fernando Sahmkow2022-06-281-0/+5
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* general: Fix clang/gcc build errorsGravatar ameerj2022-03-201-0/+1
* common: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* 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