Home
last modified time | relevance | path

Searched refs:LZ4_FAST_DEC_LOOP (Results 1 – 3 of 3) sorted by relevance

/third_party/lz4/lib/
Dlz4.c421 #ifndef LZ4_FAST_DEC_LOOP
423 # define LZ4_FAST_DEC_LOOP 1 macro
428 # define LZ4_FAST_DEC_LOOP 1 macro
430 # define LZ4_FAST_DEC_LOOP 0 macro
434 #if LZ4_FAST_DEC_LOOP
1790 #if LZ4_FAST_DEC_LOOP in LZ4_decompress_generic()
1987 #if LZ4_FAST_DEC_LOOP in LZ4_decompress_generic()
2070 #if LZ4_FAST_DEC_LOOP in LZ4_decompress_generic()
DREADME.md51 - `LZ4_FAST_DEC_LOOP` : this triggers a speed optimized decompression loop, more powerful on modern…
53 …It's also possible to enable or disable it manually, by passing `LZ4_FAST_DEC_LOOP=1` or `0` to th…
/third_party/lz4/
DNEWS28 perf: enable LZ4_FAST_DEC_LOOP on aarch64/GCC by default, by @prekageo
52 build: new build macros : LZ4_DISTANCE_MAX, LZ4_FAST_DEC_LOOP