From 75efeb1247b9cab571ffb24d831b1f91a0390ec2 Mon Sep 17 00:00:00 2001 From: Benjamin Scott Pruett Date: Mon, 26 Oct 2015 12:31:01 -0400 Subject: [PATCH] Update cycle counter for x86_64 --- clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() *******************************************************/