Go to file
yann.collet.73@gmail.com ecbce64ac9 Corrected : default to Software Bit Count for GCC earlier than 3.4. Thanks to Gray.
Corrected : ARM compilation under Visual Studio : now generates cautious code, like GCC, to ensure compatibility with strict-align CPUs. Thanks to Joe WoodBury.
Minor : bench.c : Hash verification changed to MurmurHash3A
Minor : bench.c : selectable block size

git-svn-id: https://lz4.googlecode.com/svn/trunk@56 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2012-02-20 20:53:49 +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.c Corrected : default to Software Bit Count for GCC earlier than 3.4. Thanks to Gray. 2012-02-20 20:53:49 +00:00
lz4.h Added : LZ4_compressBound() function 2012-02-16 18:39:50 +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