Update cycle counter for x86_64

This commit is contained in:
Benjamin Scott Pruett 2015-10-26 12:31:01 -04:00
parent 566d265011
commit 75efeb1247

View File

@ -21,7 +21,7 @@
* You can verify this for yourself using gcc -v. * 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() * Pentium versions of start_counter() and get_counter()
*******************************************************/ *******************************************************/