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

prevent panic when compiling aarch64 vectorcall functions #2694

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

usamoi
Copy link
Contributor

@usamoi usamoi commented Dec 11, 2023

"vectorcall" and "aarch64 vectorcall" are the same calling conventions only for different architectures, is it right?

closes #2693

@emilio
Copy link
Contributor

emilio commented Dec 11, 2023

Seems hard to automatically test unfortunately. Maybe copy-paste the relevant code from math.h into a test file and add a test with the right target flags?

@emilio emilio merged commit b6ff609 into rust-lang:main Dec 11, 2023
32 checks passed
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.

Bindgen fails for GLIB 2.38 math.h on AArch64
2 participants