Corrected issue 70, 'pack' instruction on IBM AIX
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>
Mon, 1 Jul 2013 07:50:40 +0000 (07:50 +0000)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>
Mon, 1 Jul 2013 07:50:40 +0000 (07:50 +0000)
commit002a93473db38e83fd309aead9567da4aba6834f
treeea7895cec078274e8dfb8da18488cc9b80c35244
parent16c09428225f466a2ee13e060d290e90663e776a
Corrected issue 70, 'pack' instruction on IBM AIX
Added : fullbench : can select compression tests or decompression tests
Removed extern inline, for compatibility with GNU89, as reported by Maciej Adamczyk
lz4.c : made forceinline more explicit
Decompression : corrected corner case behaviors (inputSize == 0 and outputSize == 0), thanks Adrien for detailed suggestions
Makefile : Removed -march=native parameter, due to incompatibility with some GCC versions

git-svn-id: https://lz4.googlecode.com/svn/trunk@98 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
Makefile
fullbench.c
lz4.c
lz4.h
lz4_encoder.h
lz4c.c
lz4hc.c
lz4hc.h
lz4hc_encoder.h