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:
Jean-Marc Valin 2008-04-16 14:15:07 +10:00
parent 57e004bf74
commit 558c50eb3d
4 changed files with 21 additions and 14 deletions

View file

@ -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 */