Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
compiler_hints.hpp File Reference

Go to the source code of this file.

Macros

#define BB_INLINE   __attribute__((always_inline)) inline
 
#define BB_PROFILE
 
#define BB_NO_PROFILE
 
#define BB_LIKELY(x)   x
 
#define BB_UNLIKELY(x)   x
 
#define BB_UNUSED   [[maybe_unused]]
 

Macro Definition Documentation

◆ BB_INLINE

#define BB_INLINE   __attribute__((always_inline)) inline

Definition at line 6 of file compiler_hints.hpp.

◆ BB_LIKELY

#define BB_LIKELY (   x)    x

Definition at line 24 of file compiler_hints.hpp.

◆ BB_NO_PROFILE

#define BB_NO_PROFILE

Definition at line 15 of file compiler_hints.hpp.

◆ BB_PROFILE

#define BB_PROFILE

Definition at line 14 of file compiler_hints.hpp.

◆ BB_UNLIKELY

#define BB_UNLIKELY (   x)    x

Definition at line 25 of file compiler_hints.hpp.

◆ BB_UNUSED

#define BB_UNUSED   [[maybe_unused]]

Definition at line 30 of file compiler_hints.hpp.