#include "sysc/packages/boost/config.hpp"
#include <cassert>
#include <cstdio>
#include <cstdlib>
Go to the source code of this file.
Defines | |
#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.