v1.3.4
Merge pull request #1044 from baldurk/remove-utf8-characters
added __has_attribute() define for non-clang compilers
[decompress] Support BMI2
minor code refactor in HUF module
added error code workSpace_tooSmall
updated license header
removed huf_compress_impl.h
minor : modified ZSTD_preserveUnsortedMark() to be more vectorization friendly
fixed one UB pointer arithmetic
added POOL_tryAdd()
[libzstd] pthread function prefixed with ZSTD_
[threading] Cast unused arguments to void
[libzstd] Fix FORCE_INLINE macro
xxhash can be included twice in any order
merged repcode search into BT match search
Expose reference external sequence API