Macro to provide hints for optimization.
More...
Go to the source code of this file.
Macro to provide hints for optimization.
- Author
- scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
- Date
- Oct, 2013 ATHCONTAINERS_ASSUME(x) informs the compiler that it can assume that condition x is true. This can be used to let the compiler know about conditions that are guaranteed to hold but that it cannot deduce itself, such as postconditions for out-of-line function calls.
Definition in file assume.h.
◆ ATHCONTAINERS_ASSUME
#define ATHCONTAINERS_ASSUME |
( |
|
x | ) |
do { } while(0) |