x64: Deduplicate RDTSC usage

This commit is contained in:
Morph 2023-04-22 22:55:03 -04:00
parent 9c6fc44a59
commit dd12dd4c67
5 changed files with 82 additions and 19 deletions

View file

@ -172,6 +172,8 @@ if(ARCHITECTURE_x86_64)
x64/cpu_wait.h
x64/native_clock.cpp
x64/native_clock.h
x64/rdtsc.cpp
x64/rdtsc.h
x64/xbyak_abi.h
x64/xbyak_util.h
)