faster decoding speed with Visual
authorYann Collet <cyan@fb.com>
Tue, 3 Dec 2019 00:38:33 +0000 (16:38 -0800)
committerYann Collet <cyan@fb.com>
Tue, 3 Dec 2019 00:38:33 +0000 (16:38 -0800)
commit0f6cbd996fbaade6715c7009c6f8dbb0f23f0b4b
treec635b37e08a6a9172ab63c06fff35f76e2729ca9
parentbed083b3c76ae3ea76a5fc2edb822220fb69f680
faster decoding speed with Visual

by enabling the fast decoder path.
Visual requires a different set of macro constants to detect x86 / x64.

On my laptop, decoding speed on x64 went up from 3.12 to 3.45 GB/s.
32-bit is less impressive, though still favorable,
with speed increasing from 2.55 to 2.60 GB/s.

So both cases are now enabled.

Suggested by Bartosz Taudul (@wolfpld).
.gitignore
lib/lz4.c