mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
Always provide HP_SMALL_TIMING_AVAIL
This commit is contained in:
parent
4052993954
commit
05502548e9
@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
/* We always assume having the cycle counter register. */
|
/* We always assume having the cycle counter register. */
|
||||||
#define HP_TIMING_AVAIL (1)
|
#define HP_TIMING_AVAIL (1)
|
||||||
|
#define HP_SMALL_TIMING_AVAIL (1)
|
||||||
|
|
||||||
/* We indeed have inlined functions. */
|
/* We indeed have inlined functions. */
|
||||||
#define HP_TIMING_INLINE (1)
|
#define HP_TIMING_INLINE (1)
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
/* Provide dummy definitions. */
|
/* Provide dummy definitions. */
|
||||||
#define HP_TIMING_AVAIL (0)
|
#define HP_TIMING_AVAIL (0)
|
||||||
|
#define HP_SMALL_TIMING_AVAIL (0)
|
||||||
#define HP_TIMING_INLINE (0)
|
#define HP_TIMING_INLINE (0)
|
||||||
typedef int hp_timing_t;
|
typedef int hp_timing_t;
|
||||||
#define HP_TIMING_NOW(var)
|
#define HP_TIMING_NOW(var)
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
/* We always assume having the timestamp register. */
|
/* We always assume having the timestamp register. */
|
||||||
#define HP_TIMING_AVAIL (1)
|
#define HP_TIMING_AVAIL (1)
|
||||||
|
#define HP_SMALL_TIMING_AVAIL (1)
|
||||||
|
|
||||||
/* We indeed have inlined functions. */
|
/* We indeed have inlined functions. */
|
||||||
#define HP_TIMING_INLINE (1)
|
#define HP_TIMING_INLINE (1)
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
/* We always assume having the timestamp register. */
|
/* We always assume having the timestamp register. */
|
||||||
#define HP_TIMING_AVAIL (1)
|
#define HP_TIMING_AVAIL (1)
|
||||||
|
#define HP_SMALL_TIMING_AVAIL (1)
|
||||||
|
|
||||||
/* We indeed have inlined functions. */
|
/* We indeed have inlined functions. */
|
||||||
#define HP_TIMING_INLINE (1)
|
#define HP_TIMING_INLINE (1)
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
/* We always assume having the timestamp register. */
|
/* We always assume having the timestamp register. */
|
||||||
#define HP_TIMING_AVAIL (1)
|
#define HP_TIMING_AVAIL (1)
|
||||||
|
#define HP_SMALL_TIMING_AVAIL (1)
|
||||||
|
|
||||||
/* We indeed have inlined functions. */
|
/* We indeed have inlined functions. */
|
||||||
#define HP_TIMING_INLINE (1)
|
#define HP_TIMING_INLINE (1)
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
/* We always assume having the timestamp register. */
|
/* We always assume having the timestamp register. */
|
||||||
#define HP_TIMING_AVAIL (1)
|
#define HP_TIMING_AVAIL (1)
|
||||||
|
#define HP_SMALL_TIMING_AVAIL (1)
|
||||||
|
|
||||||
/* We indeed have inlined functions. */
|
/* We indeed have inlined functions. */
|
||||||
#define HP_TIMING_INLINE (1)
|
#define HP_TIMING_INLINE (1)
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
#define _HP_TIMING_H 1
|
#define _HP_TIMING_H 1
|
||||||
|
|
||||||
#define HP_TIMING_AVAIL (1)
|
#define HP_TIMING_AVAIL (1)
|
||||||
|
#define HP_SMALL_TIMING_AVAIL (1)
|
||||||
#define HP_TIMING_INLINE (1)
|
#define HP_TIMING_INLINE (1)
|
||||||
|
|
||||||
typedef unsigned long long int hp_timing_t;
|
typedef unsigned long long int hp_timing_t;
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
#define _HP_TIMING_H 1
|
#define _HP_TIMING_H 1
|
||||||
|
|
||||||
#define HP_TIMING_AVAIL (1)
|
#define HP_TIMING_AVAIL (1)
|
||||||
|
#define HP_SMALL_TIMING_AVAIL (1)
|
||||||
#define HP_TIMING_INLINE (1)
|
#define HP_TIMING_INLINE (1)
|
||||||
|
|
||||||
typedef unsigned long int hp_timing_t;
|
typedef unsigned long int hp_timing_t;
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
/* We always assume having the timestamp register. */
|
/* We always assume having the timestamp register. */
|
||||||
#define HP_TIMING_AVAIL (1)
|
#define HP_TIMING_AVAIL (1)
|
||||||
|
#define HP_SMALL_TIMING_AVAIL (1)
|
||||||
|
|
||||||
/* We indeed have inlined functions. */
|
/* We indeed have inlined functions. */
|
||||||
#define HP_TIMING_INLINE (1)
|
#define HP_TIMING_INLINE (1)
|
||||||
|
Loading…
Reference in New Issue
Block a user