index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
uint128.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-16
common: remove unneeded x86-specific header
liushuyu
1
-1
/
+0
2022-07-28
Revert Coretiming PRs 8531 and 7454 (#8591)
Maide
1
-5
/
+0
2022-06-28
Common: improve native clock.
Fernando Sahmkow
1
-0
/
+5
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-03-20
general: Fix clang/gcc build errors
ameerj
1
-0
/
+1
2022-03-19
common: Reduce unused includes
ameerj
1
-1
/
+0
2021-02-20
common: wall_clock: Fix integer overflow with StandardWallClock.
bunnei
1
-0
/
+20
2021-02-15
common: Merge uint128 to a single header file with inlines.
bunnei
1
-5
/
+84
2020-08-15
common: Make use of [[nodiscard]] where applicable
Lioncash
1
-3
/
+3
2020-06-18
Common: Refactor & Document Wall clock.
Fernando Sahmkow
1
-0
/
+3
2019-03-21
common/uint128: Add missing header guard
Lioncash
1
-0
/
+2
2019-03-21
common/uint128: Add missing top-file source text
Lioncash
1
-0
/
+3
2019-02-16
Corrections, documenting and fixes.
Fernando Sahmkow
1
-4
/
+5
2019-02-16
Use u128 on Clock Cycles calculation.
Fernando Sahmkow
1
-20
/
+3
2019-02-16
Implement 128 bits Unsigned Integer Multiplication and Division.
Fernando Sahmkow
1
-0
/
+30