-
Notifications
You must be signed in to change notification settings - Fork 47
Feat: ARMv7 support #14
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
Thanks for the PR! This seems like a good thing to fix, but I wonder if there’s a simple way we could make it detect which types are available rather than having to specify the ABIs explicitly in the source… |
I'm open to suggestions but this is the only way I can think of! |
It would be great to find a way to get something like this merged. I would like to publish a crate which depends on I think it's safe to reduce the conditional compilation down to: #[cfg(not(target_arch = "arm"))] The only other way I can think to do this is to parse the code generation output of |
@timfish Now that 1.0.0 is released, could you rebase this MR and adjust if needed? I'd love to have these changes merged in 😄 |
@timfish Thanks! |
longdouble