Skip to content

prevent panic when compiling aarch64 vectorcall functions#2694

Merged
emilio merged 1 commit intorust-lang:mainfrom
usamoi:main
Dec 11, 2023
Merged

prevent panic when compiling aarch64 vectorcall functions#2694
emilio merged 1 commit intorust-lang:mainfrom
usamoi:main

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
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