GiNaC 1.8.7
Macros
compiler.h File Reference

Definition of optimizing macros. More...

Go to the source code of this file.

Macros

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

Detailed Description

Definition of optimizing macros.

Definition in file compiler.h.

Macro Definition Documentation

◆ unlikely

#define unlikely ( cond)    (cond)

Definition at line 31 of file compiler.h.

Referenced by GiNaC::add::eval(), GiNaC::mul::eval(), and GiNaC::expairseq::evalchildren().

◆ likely

#define likely ( cond)    (cond)

◆ attribute_deprecated

#define attribute_deprecated

Definition at line 33 of file compiler.h.


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