Skip to content
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

ZSTD_VecMask_next: fix incorrect variable name in fallback code path #2657

Merged
merged 1 commit into from
May 17, 2021

Conversation

dnelson-1901
Copy link
Contributor

This is a trivial typo fix found when building zstd with the tinycc compiler (which doesn't claim gcc compatibility and doesn't provide a __builtin_ctz). The resulting binary passes "gmake check", so even though this codepath has never been used it seems to work :)

@Cyan4973
Copy link
Contributor

Thanks @dnelson-1901 !

@Cyan4973 Cyan4973 merged commit b8c7478 into facebook:dev May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants