Project
Loading...
Searching...
No Matches
CompilerBuiltins.h File Reference

Go to the source code of this file.

Macros

#define O2_BUILTIN_UNREACHABLE
 
#define O2_BUILTIN_LIKELY(x)   (x)
 
#define O2_BUILTIN_UNLIKELY(x)   (x)
 
#define O2_BUILTIN_PREFETCH(x, ...)
 
#define O2_VISIBILITY_HIDDEN
 

Macro Definition Documentation

◆ O2_BUILTIN_LIKELY

#define O2_BUILTIN_LIKELY (   x)    (x)

Definition at line 32 of file CompilerBuiltins.h.

◆ O2_BUILTIN_PREFETCH

#define O2_BUILTIN_PREFETCH (   x,
  ... 
)

Definition at line 41 of file CompilerBuiltins.h.

◆ O2_BUILTIN_UNLIKELY

#define O2_BUILTIN_UNLIKELY (   x)    (x)

Definition at line 33 of file CompilerBuiltins.h.

◆ O2_BUILTIN_UNREACHABLE

#define O2_BUILTIN_UNREACHABLE

Definition at line 22 of file CompilerBuiltins.h.

◆ O2_VISIBILITY_HIDDEN

#define O2_VISIBILITY_HIDDEN

Definition at line 49 of file CompilerBuiltins.h.