1 2 3 | extern struct game_memory *DebugGlobalMemory; #if _MSC_VER #define BEGIN_TIMED_BLOCK(ID) uint64 StartCycleCount##ID = __rdtsc(); |
1 2 3 | extern struct game_memory *DebugGlobalMemory; #if _MSC_VER || __GNUC__ || __clang__ #define BEGIN_TIMED_BLOCK(ID) uint64 StartCycleCount##ID = __rdtsc(); |
people
Also updated xcb_handmade to day 120 and sent a pull request to the maintainer.
1 | git pull https://github.com/manypeople/xcb_handmade.git master |