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

Add support for vectorcall ABI #2177

Merged
merged 1 commit into from Mar 15, 2022
Merged

Conversation

davidcole1340
Copy link
Contributor

Adds support for the vectorcall ABI on x86_64 platforms. I have mostly
followed the implementation of the thiscall ABI. Similar to thiscall,
vectorcall is feature-gated and only available on nightly. There is no
tracking issue for the abi_vectorcall feature (not sure why).

r? @emilio

@emilio emilio merged commit 1b66dcf into rust-lang:master Mar 15, 2022
@davidcole1340 davidcole1340 deleted the abi_vectorcall branch March 15, 2022 03:42
@davidcole1340
Copy link
Contributor Author

@emilio Any chance you would be able to push a new release soon-ish? Would love to push a new release for my crate however I depend on this PR.

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.

None yet

2 participants