Changeset 12327

Show
Ignore:
Timestamp:
06/20/2009 08:54:16 PM (8 months ago)
Author:
BrainSlayer
Message:

activate in code optimizations for LZMA

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ar5315_microredboot/microredboot/boot/src/lib/LzmaDecode.h

    r12320 r12327  
    2929/* Use read function for output data */ 
    3030 
    31 /* #define _LZMA_PROB32 */ 
     31#define _LZMA_PROB32 
    3232/* It can increase speed on some 32-bit CPUs,  
    3333   but memory usage will be doubled in that case */ 
    3434 
    35 /* #define _LZMA_LOC_OPT */ 
    36 /* Enable local speed optimizations inside code */ 
     35#define _LZMA_LOC_OPT 
     36//Enable local speed optimizations inside code 
    3737 
    3838#ifndef UInt32