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

Fixes for target x32 #312

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Fixes for target x32 #312

merged 1 commit into from
Jun 27, 2024

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Jun 27, 2024

X32 is a weird target, x86-64 with target_pointer_width="32", which currently leads us to use BigDigit = u32. This was broken by #300 that assumed x86-64 was always using 64-bit digits. We might actually want that, but for now it's simpler to keep digits the same as usize (though not literally) in case there are hidden assumptions about that.

Fixes #311.

@cuviper cuviper enabled auto-merge June 27, 2024 18:25
@cuviper cuviper added this pull request to the merge queue Jun 27, 2024
Merged via the queue into rust-num:master with commit 98efc2b Jun 27, 2024
4 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.

x86_64-unknown-linux-gnux32 no longer works with 0.4.5
1 participant