core: core_timing_util: Optimize core timing math.
- Avoids a lot of unnecessary 128-bit math for imperceptible accuracy.
This commit is contained in:
parent
592a649918
commit
f3345e84ad
3 changed files with 47 additions and 97 deletions
|
@ -19,7 +19,6 @@ add_library(core STATIC
|
|||
core.h
|
||||
core_timing.cpp
|
||||
core_timing.h
|
||||
core_timing_util.cpp
|
||||
core_timing_util.h
|
||||
cpu_manager.cpp
|
||||
cpu_manager.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue