]> git.ipfire.org Git - thirdparty/zstd.git/commit
Let MSVC force inline ZSTD_hashPtr() function
authoranimalize <malincns@163.com>
Mon, 21 Sep 2020 02:35:47 +0000 (10:35 +0800)
committeranimalize <malincns@163.com>
Mon, 21 Sep 2020 02:38:55 +0000 (10:38 +0800)
commit0a69a6b1ca19ec59a4996fd25b24a7ba60dee827
tree974f9466e5fec9bcc63555fa78598e0efe7cdda4
parent200c960f1d9ff1bb3ac34b6b7381661827a8c2b0
Let MSVC force inline ZSTD_hashPtr() function

ZSTD_hashPtr() function was not expanded by MSVC, led to low performance compared to GCC.
lib/compress/zstd_compress_internal.h