| |
|
| /* ------------------------------------------------------------------------- */ |
/* ------------------------------------------------------------------------- */ |
| |
|
| #elif defined(__GNUC__) && defined(__powerpc__) |
#elif defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__)) |
| |
|
| |
/* |
| |
* WARNING: The value PPC_CLOCKS_PER_TICK is machine-dependent. Under |
| |
* Mac OS X, the correct value can be found can be found |
| |
*/ |
| #define PPC_CLOCKS_PER_TICK 16 |
#define PPC_CLOCKS_PER_TICK 16 |
| |
|
| #define TIMER_NAME "MFTB instruction (assuming " \ |
#define TIMER_NAME "MFTB instruction (assuming " \ |