CMS 3D CMS Logo

Macros
Likely.h File Reference
#include "FWCore/Utilities/interface/GCCPrerequisite.h"

Go to the source code of this file.

Macros

#define LIKELY(x)   (x)
 
#define NO_LIKELY
 
#define UNLIKELY(x)   (x)
 

Macro Definition Documentation

◆ LIKELY

#define LIKELY (   x)    (x)

Definition at line 20 of file Likely.h.

◆ NO_LIKELY

#define NO_LIKELY

Definition at line 19 of file Likely.h.

◆ UNLIKELY

#define UNLIKELY (   x)    (x)

Definition at line 21 of file Likely.h.