Skip to content

Fixes for target x32#312

Merged
cuviper merged 1 commit intorust-num:masterfrom
cuviper:x32
Jun 27, 2024
Merged

Fixes for target x32#312
cuviper merged 1 commit intorust-num:masterfrom
cuviper:x32

Conversation

@cuviper
Copy link
Copy Markdown
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
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