Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
Likely.h File Reference

Go to the source code of this file.

Macros

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

Macro Definition Documentation

◆ LIKELY

#define LIKELY ( x)
Value:
(x)

Compiler hints to indicate the fast path of an "if" branch: whether the if condition is likely to be true or false.

Author
Tudor Bosman (tudor.nosp@m.b@fb.nosp@m..com)

◆ UNLIKELY

#define UNLIKELY ( x)
Value:
(x)