Barretenberg
The ZK-SNARK library at the core of Aztec
|
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]] |
#define BB_INLINE __attribute__((always_inline)) inline |
Definition at line 6 of file compiler_hints.hpp.
#define BB_LIKELY | ( | x | ) | x |
Definition at line 24 of file compiler_hints.hpp.
#define BB_NO_PROFILE |
Definition at line 15 of file compiler_hints.hpp.
#define BB_PROFILE |
Definition at line 14 of file compiler_hints.hpp.
#define BB_UNLIKELY | ( | x | ) | x |
Definition at line 25 of file compiler_hints.hpp.
#define BB_UNUSED [[maybe_unused]] |
Definition at line 30 of file compiler_hints.hpp.