|
GiNaC 1.8.9
|
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 |
Definition of optimizing macros.
Definition in file compiler.h.
| #define unlikely | ( | cond | ) | (cond) |
Definition at line 32 of file compiler.h.
| #define likely | ( | cond | ) | (cond) |
Definition at line 33 of file compiler.h.
| #define attribute_deprecated |
Definition at line 34 of file compiler.h.
| #define attribute_pure |
Definition at line 35 of file compiler.h.