comparison src/timer/linux/SDL_systimer.c @ 317:4e8827521296

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 24 Mar 2002 01:12:57 +0000
parents d85fc19bf840
children 71fe0b713085
comparison
equal deleted inserted replaced
316:d85fc19bf840 317:4e8827521296
55 #elif defined(__bsdi__) || defined(__FreeBSD__) || defined(__sun) 55 #elif defined(__bsdi__) || defined(__FreeBSD__) || defined(__sun)
56 #define USE_NANOSLEEP 56 #define USE_NANOSLEEP
57 #endif 57 #endif
58 58
59 #if defined(i386) || defined(__i386__) 59 #if defined(i386) || defined(__i386__)
60 /* This only works on pentium or newer x86 processors */
60 /* Actually, this isn't reliable on multi-cpu systems, so is disabled */ 61 /* Actually, this isn't reliable on multi-cpu systems, so is disabled */
61 /*#define USE_RDTSC*/ 62 /*#define USE_RDTSC*/
62 #endif 63 #endif
63 64
64 65