SystemC
Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include "sysc/packages/boost/config.hpp"
#include <cassert>
#include <cstdio>
#include <cstdlib>
Go to the source code of this file.
Macros | |
#define | SC_LIKELY_(x) !!(x) |
#define | SC_UNLIKELY_(x) !!(x) |
#define SC_LIKELY_ | ( | x | ) | !!(x) |
Definition at line 84 of file sc_cmnhdr.h.
#define SC_UNLIKELY_ | ( | x | ) | !!(x) |
Definition at line 85 of file sc_cmnhdr.h.