Merge pull request #2129 from FernandoS27/cntpct

Correct CNTPCT from using CPU Cycles to using Clock Cycles
This commit is contained in:
bunnei
2019-03-16 21:58:59 -04:00
committed by GitHub
6 changed files with 69 additions and 2 deletions

View File

@ -114,6 +114,8 @@ add_library(common STATIC
threadsafe_queue.h
timer.cpp
timer.h
uint128.cpp
uint128.h
vector_math.h
web_result.h
)