GiNaC 1.8.8
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
 
#define attribute_pure
 

Detailed Description

Definition of optimizing macros.

Definition in file compiler.h.

Macro Definition Documentation

◆ unlikely

#define unlikely (   cond)    (cond)

Definition at line 32 of file compiler.h.

◆ likely

#define likely (   cond)    (cond)

Definition at line 33 of file compiler.h.

◆ attribute_deprecated

#define attribute_deprecated

Definition at line 34 of file compiler.h.

◆ attribute_pure

#define attribute_pure

Definition at line 35 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.