Always provide HP_SMALL_TIMING_AVAIL

This commit is contained in:
Richard Henderson 2014-07-01 10:20:14 -07:00
parent 4052993954
commit 05502548e9
9 changed files with 9 additions and 0 deletions

View File

@ -21,6 +21,7 @@
/* We always assume having the cycle counter register. */
#define HP_TIMING_AVAIL (1)
#define HP_SMALL_TIMING_AVAIL (1)
/* We indeed have inlined functions. */
#define HP_TIMING_INLINE (1)

View File

@ -26,6 +26,7 @@
/* Provide dummy definitions. */
#define HP_TIMING_AVAIL (0)
#define HP_SMALL_TIMING_AVAIL (0)
#define HP_TIMING_INLINE (0)
typedef int hp_timing_t;
#define HP_TIMING_NOW(var)

View File

@ -22,6 +22,7 @@
/* We always assume having the timestamp register. */
#define HP_TIMING_AVAIL (1)
#define HP_SMALL_TIMING_AVAIL (1)
/* We indeed have inlined functions. */
#define HP_TIMING_INLINE (1)

View File

@ -22,6 +22,7 @@
/* We always assume having the timestamp register. */
#define HP_TIMING_AVAIL (1)
#define HP_SMALL_TIMING_AVAIL (1)
/* We indeed have inlined functions. */
#define HP_TIMING_INLINE (1)

View File

@ -22,6 +22,7 @@
/* We always assume having the timestamp register. */
#define HP_TIMING_AVAIL (1)
#define HP_SMALL_TIMING_AVAIL (1)
/* We indeed have inlined functions. */
#define HP_TIMING_INLINE (1)

View File

@ -22,6 +22,7 @@
/* We always assume having the timestamp register. */
#define HP_TIMING_AVAIL (1)
#define HP_SMALL_TIMING_AVAIL (1)
/* We indeed have inlined functions. */
#define HP_TIMING_INLINE (1)

View File

@ -21,6 +21,7 @@
#define _HP_TIMING_H 1
#define HP_TIMING_AVAIL (1)
#define HP_SMALL_TIMING_AVAIL (1)
#define HP_TIMING_INLINE (1)
typedef unsigned long long int hp_timing_t;

View File

@ -21,6 +21,7 @@
#define _HP_TIMING_H 1
#define HP_TIMING_AVAIL (1)
#define HP_SMALL_TIMING_AVAIL (1)
#define HP_TIMING_INLINE (1)
typedef unsigned long int hp_timing_t;

View File

@ -21,6 +21,7 @@
/* We always assume having the timestamp register. */
#define HP_TIMING_AVAIL (1)
#define HP_SMALL_TIMING_AVAIL (1)
/* We indeed have inlined functions. */
#define HP_TIMING_INLINE (1)