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

Avoid clobbering v8-v15 registers #13

Merged
merged 1 commit into from
Jan 4, 2020
Merged

Conversation

linkmauve
Copy link
Contributor

In the AArch64 ABI, v8-v15 are callee-saved, but only their lower
64 bits, which means we were inadvertently overwriting part of their
values.

This patch entirely removes the usage of these registers, we have plenty
of them to work with!

Sorry about #12, I force-pushed from the wrong repository…

In the AArch64 ABI, v8-v15 are callee-saved, but only their lower
64 bits, which means we were inadvertently overwriting part of their
values.

This patch entirely removes the usage of these registers, we have plenty
of them to work with!
@tarcieri tarcieri merged commit 58225bf into RustCrypto:master Jan 4, 2020
@linkmauve linkmauve deleted the aarch64 branch January 4, 2020 15:11
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.

2 participants