We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042581d commit af404e3Copy full SHA for af404e3
src/xrCore/_math.cpp
@@ -6,6 +6,7 @@
6
#include <process.h>
7
#include <powerbase.h>
8
#elif defined(LINUX)
9
+#include <x86intrin.h> // __rdtsc
10
#include <fpu_control.h>
11
#include <pthread.h>
12
#endif
0 commit comments