optimisation: Making it clear to the compiler that many of the loops in cwrs
need to iterate at least once.
This commit is contained in:
parent
57e004bf74
commit
558c50eb3d
4 changed files with 21 additions and 14 deletions
|
@ -37,6 +37,7 @@
|
|||
|
||||
#include "arch.h"
|
||||
#include "entcode.h"
|
||||
#include "os_support.h"
|
||||
|
||||
#ifndef OVERRIDE_CELT_ILOG2
|
||||
/** Integer log in base2. Undefined for zero and negative numbers */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue