-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[Dev] Update vendored ZSTD to v1.5.6 #14360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Dev] Update vendored ZSTD to v1.5.6 #14360
Conversation
…it works properly
Are we sure we want to add the x86 assembly version? I vaguely recall stripping that before... |
I think I stripped the assembly optimizations? |
ah right you already removed it never mind, last time I looked I saw the .S file being added |
Yea I initially had it in, but having it listed as source still didn't compile it correctly so I figured it wasn't worth the hassle of supporting properly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! LGTM - one question:
Thanks! |
This PR was sparked by work on new compression related functionality, which made me notice that
ZDICT_trainFromBuffer_fastCover
was missing.In an attempt to add the definition for that function, I was already bringing in 6+ new files, so I figured I would spin it off in a new PR that updates the entire ZSTD library we vendor to 1.5.6 (and adds the missing function definitions + files)