diff options
| author | 2021-02-15 14:54:06 -0800 | |
|---|---|---|
| committer | 2021-02-15 14:54:06 -0800 | |
| commit | f3345e84ad3d1a771eec36d30de7717fcae7e63b (patch) | |
| tree | fd5b1778f876b58ab14d281d937b3b44a83a7a90 /src/core/CMakeLists.txt | |
| parent | common: wall_clock: Optimize GetClockCycles/GetCPUCycles to use a single MUL ... (diff) | |
| download | yuzu-f3345e84ad3d1a771eec36d30de7717fcae7e63b.tar.gz yuzu-f3345e84ad3d1a771eec36d30de7717fcae7e63b.tar.xz yuzu-f3345e84ad3d1a771eec36d30de7717fcae7e63b.zip | |
core: core_timing_util: Optimize core timing math.
- Avoids a lot of unnecessary 128-bit math for imperceptible accuracy.
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 28196d26a..c6bdf72ec 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -19,7 +19,6 @@ add_library(core STATIC | |||
| 19 | core.h | 19 | core.h |
| 20 | core_timing.cpp | 20 | core_timing.cpp |
| 21 | core_timing.h | 21 | core_timing.h |
| 22 | core_timing_util.cpp | ||
| 23 | core_timing_util.h | 22 | core_timing_util.h |
| 24 | cpu_manager.cpp | 23 | cpu_manager.cpp |
| 25 | cpu_manager.h | 24 | cpu_manager.h |