GiNaC  1.6.2
Defines
compiler.h File Reference

Definition of optimizing macros. More...

Go to the source code of this file.

Defines

#define unlikely(cond)   (cond)
#define likely(cond)   (cond)

Detailed Description

Definition of optimizing macros.

Definition in file compiler.h.


Define Documentation

#define unlikely (   cond)    (cond)

Definition at line 30 of file compiler.h.

Referenced by GiNaC::add::eval().

#define likely (   cond)    (cond)

Definition at line 31 of file compiler.h.

Referenced by GiNaC::mul::eval(), and GiNaC::power::eval().


This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.