-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Dev #3
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cyan4973
added a commit
that referenced
this pull request
Jan 25, 2015
Cyan4973
pushed a commit
that referenced
this pull request
Aug 11, 2016
GeorgeLu97
added a commit
to GeorgeLu97/zstd
that referenced
this pull request
Jun 8, 2018
# This is the 1st commit message: Make paramgrill use bench.c benchmarking # This is the commit message facebook#2: Minor changes # This is the commit message facebook#3: Explicit casting # This is the commit message facebook#4: Makefile fix # This is the commit message facebook#5: casting, type fix
bmwiedemann
added a commit
to bmwiedemann/zstd
that referenced
this pull request
Oct 31, 2018
add getenv only when reproducible build is desired
senhuang42
pushed a commit
that referenced
this pull
8000
request
Jun 9, 2021
* Flatten ZSTD_row_getMatchMask * Remove the SIMD abstraction layer. * Add big endian support. * Align `hashTags` within `tagRow` to a 16-byte boundary. * Switch SSE2 to use aligned reads. * Optimize scalar path using SWAR. * Optimize neon path for `n == 32` * Work around minor clang issue for NEON (https://bugs.llvm.org/show_bug.cgi?id=49577) * replace memcpy with MEM_readST * silence alignment warnings * fix neon casts * Update zstd_lazy.c * unify simd preprocessor detection (#3) * remove duplicate asserts * tweak rotates * improve endian detection * add cast there is a fun little catch-22 with gcc: result from pmovmskb has to be cast to uint32_t to avoid a zero-extension but must be uint16_t to get gcc to generate a rotate instruction.. * more casts * fix casts better work-around for the (bogus) warning: unary minus on unsigned
ameisen
added a commit
to SpriteMaster-Ext/zstd
that referenced
this pull request
Oct 2, 2022
francescosalani
pushed a commit
to francescosalani/zstd
that referenced
this pull request
Apr 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.