ATLAS Offline Software
Loading...
Searching...
No Matches
likely.h File Reference

Define likely/unlikely macros for branch prediction. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ATHCONTAINERS_LIKELY(x)
#define ATHCONTAINERS_UNLIKELY(x)

Detailed Description

Define likely/unlikely macros for branch prediction.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Sep, 2013

Duplicated here for standalone builds.

Definition in file likely.h.

Macro Definition Documentation

◆ ATHCONTAINERS_LIKELY

#define ATHCONTAINERS_LIKELY ( x)
Value:
(x)
#define x

Definition at line 26 of file likely.h.

◆ ATHCONTAINERS_UNLIKELY

#define ATHCONTAINERS_UNLIKELY ( x)
Value:
(x)

Definition at line 27 of file likely.h.