Update cycle counter for x86_64
This commit is contained in:
parent
566d265011
commit
75efeb1247
2
clock.c
2
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()
|
||||
*******************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user