This commit is contained in:
lizzie 2026-05-23 23:54:07 +00:00
parent 6db08d808e
commit 19656d460f

View file

@ -12,7 +12,6 @@
#include "common/logging.h" #include "common/logging.h"
#include "common/assert.h" #include "common/assert.h"
#include "common/thread.h" #include "common/thread.h"
#include "common/x64/cpu_detect.h"
#ifdef __APPLE__ #ifdef __APPLE__
#include <mach/mach.h> #include <mach/mach.h>
#elif defined(__HAIKU__) #elif defined(__HAIKU__)
@ -45,6 +44,8 @@
#else #else
#include <x86intrin.h> #include <x86intrin.h>
#endif #endif
#include "common/x64/cpu_detect.h"
#include "common/x64/rdtsc.h"
#endif #endif
namespace Common { namespace Common {