Otclient  14/8/2020
compiler.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define likely(x)   (x)
 
#define unlikely(x)   (x)
 

Macro Definition Documentation

◆ likely

#define likely (   x)    (x)

Branch Prediction. See the GCC Manual for more information. NB: These are used when speed is need most; do not use in normal code, they may slow down stuff.

Definition at line 70 of file compiler.h.

◆ unlikely

#define unlikely (   x)    (x)

Definition at line 71 of file compiler.h.