Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
src/utils/branch_predict/branch_predict.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

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

Define Documentation

#define LIKELY (   x)    (x)
#define UNLIKELY (   x)    (x)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines