ATLAS Offline Software
Macros
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)   (x)
 
#define ATHCONTAINERS_UNLIKELY(x)   (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)    (x)

Definition at line 27 of file likely.h.

◆ ATHCONTAINERS_UNLIKELY

#define ATHCONTAINERS_UNLIKELY (   x)    (x)

Definition at line 28 of file likely.h.