Go to file
yann.collet.73@gmail.com 3430ee1bc0 Added : format description file
Added : new tuning parameter : LZ4_COMPRESSMIN. Thanks to Maciej Adamczyk for suggestion.
changed : macro for bswap16, in order to help GCC intrinsic detection. Thank to Erik Andersen for suggestion.

git-svn-id: https://lz4.googlecode.com/svn/trunk@57 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2012-02-25 19:13:16 +00:00
bench.c Corrected : default to Software Bit Count for GCC earlier than 3.4. Thanks to Gray. 2012-02-20 20:53:49 +00:00
bench.h Corrected : default to Software Bit Count for GCC earlier than 3.4. Thanks to Gray. 2012-02-20 20:53:49 +00:00
lz4_format_description.txt Added : format description file 2012-02-25 19:13:16 +00:00
lz4.c Added : format description file 2012-02-25 19:13:16 +00:00
lz4.h Added : format description file 2012-02-25 19:13:16 +00:00
lz4demo.c Corrected : default to Software Bit Count for GCC earlier than 3.4. Thanks to Gray. 2012-02-20 20:53:49 +00:00
Makefile Added : LZ4_compressBound() function 2012-02-16 18:39:50 +00:00