diff --git a/clock.c b/clock.c index 8afcfde..d342698 100644 --- a/clock.c +++ b/clock.c @@ -21,7 +21,7 @@ * You can verify this for yourself using gcc -v. *******************************************************/ -#if defined(__i386__) +#if defined(__i386__) || defined(__x86_64__) /******************************************************* * Pentium versions of start_counter() and get_counter() *******************************************************/