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

src/lib.rs: make conditionals for x86 vectorization more similar. #34

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

he32
Copy link
Contributor

@he32 he32 commented Sep 3, 2023

If, for some reason, your i386 rust doesn't support the "sse" target feature (perhaps built for i586), you end up with use but no definition for vectorization_support_no_cache_x86(). This change fixes that.

If, for some reason, your i386 rust doesn't support the "sse" target
feature (perhaps built for i486), you end up with use but no
definition for vectorization_support_no_cache_x86(). This change
fixes that.
@he32
Copy link
Contributor Author

he32 commented Dec 30, 2023

Hello, "ping" -- any chance this can get applied?

@quake quake merged commit a75dda5 into nervosnetwork:master Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants