Always provide HP_SMALL_TIMING_AVAIL
authorRichard Henderson <rth@twiddle.net>
Tue, 1 Jul 2014 17:20:14 +0000 (10:20 -0700)
committerRichard Henderson <rth@twiddle.net>
Thu, 3 Jul 2014 15:38:36 +0000 (08:38 -0700)
sysdeps/aarch64/hp-timing.h
sysdeps/generic/hp-timing.h
sysdeps/i386/i686/hp-timing.h
sysdeps/ia64/hp-timing.h
sysdeps/powerpc/powerpc32/power4/hp-timing.h
sysdeps/powerpc/powerpc64/hp-timing.h
sysdeps/sparc/sparc32/sparcv9/hp-timing.h
sysdeps/sparc/sparc64/hp-timing.h
sysdeps/x86_64/hp-timing.h

index 4267d2c..5e2888c 100644 (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)
index 95c051d..99f3456 100644 (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)
index 512efc5..296a839 100644 (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)
index 3d441ff..8f19b41 100644 (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)
index f5237e3..76557df 100644 (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)
index d4fcb3d..028da9d 100644 (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)
index 4d9188f..a1f083d 100644 (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;
index ea3ba9b..62da8bc 100644 (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;
index 89501fc..2d71f70 100644 (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)