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

improve aarch64 feature gate in rust bindings #2069

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

Sanae6
Copy link

@Sanae6 Sanae6 commented Dec 21, 2024

Found out the arch_aarch64 feature flag doesn't actually enable the arm64 module, and it bothered me a bit. Changed arch_aarch64 to depend on arch_arm of requiring manually enabling both arch_arm and arch_aarch64 at the same time.

@Sanae6 Sanae6 changed the base branch from master to dev December 22, 2024 08:57
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.

1 participant