openMSX
Macros
likely.hh 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)

Definition at line 14 of file likely.hh.

◆ unlikely

#define unlikely (   x)    (x)

Definition at line 15 of file likely.hh.