Skip to content

Conversation

@tarcieri
Copy link
Member

From #1387, via rustc itself:

expected values for `target_pointer_width` are: `16`, `32`, and `64`

So these impls should actually be ubiquitously available, for now.

If we remove the gating in this crate, then all we need to do to handle new pointer widths is ship a fix for cmov.

From #1387, via rustc itself:

    expected values for `target_pointer_width` are: `16`, `32`, and `64`

So these impls should actually be ubiquitously available, for now.

If we remove the gating in this crate, then all we need to do to handle
new pointer widths is ship a fix for `cmov`.
@tarcieri tarcieri merged commit b2e7cef into master Jan 18, 2026
12 checks passed
@tarcieri tarcieri deleted the ctutils/remove-pointer-width-gating branch January 18, 2026 04:16
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