diff options
| author | 2019-02-15 19:26:41 -0400 | |
|---|---|---|
| committer | 2019-02-15 22:55:31 -0400 | |
| commit | 3ea48e8ebe25686f2342cd79b32409fcd1bccb28 (patch) | |
| tree | c9e5c3da2dec7ad2ef371a0d6fcd8c9cc11dc729 /src/common/CMakeLists.txt | |
| parent | Correct CNTPCT to use Clock Cycles instead of Cpu Cycles. (diff) | |
| download | yuzu-3ea48e8ebe25686f2342cd79b32409fcd1bccb28.tar.gz yuzu-3ea48e8ebe25686f2342cd79b32409fcd1bccb28.tar.xz yuzu-3ea48e8ebe25686f2342cd79b32409fcd1bccb28.zip | |
Implement 128 bits Unsigned Integer Multiplication and Division.
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index bdd885273..b0174b445 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -113,6 +113,8 @@ add_library(common STATIC | |||
| 113 | threadsafe_queue.h | 113 | threadsafe_queue.h |
| 114 | timer.cpp | 114 | timer.cpp |
| 115 | timer.h | 115 | timer.h |
| 116 | uint128.cpp | ||
| 117 | uint128.h | ||
| 116 | vector_math.h | 118 | vector_math.h |
| 117 | web_result.h | 119 | web_result.h |
| 118 | ) | 120 | ) |