Otclient
14/8/2020
|
Go to the source code of this file.
Macros | |
#define | likely(x) (x) |
#define | unlikely(x) (x) |
#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.
#define unlikely | ( | x | ) | (x) |
Definition at line 71 of file compiler.h.