SystemC  2.3.1
Accellera SystemC proof-of-concept library
Macros
sc_cmnhdr.h File Reference
#include "sysc/packages/boost/config.hpp"
#include <cassert>
#include <cstdio>
#include <cstdlib>
Include dependency graph for sc_cmnhdr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SC_LIKELY_(x)   !!(x)
 
#define SC_UNLIKELY_(x)   !!(x)
 

Macro Definition Documentation

#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.