Skip to content

Add pext/pdep as aliases for extract_bits/deposit_bits#156606

Open
niklasf wants to merge 1 commit into
rust-lang:mainfrom
niklasf:alias-pext-pdep
Open

Add pext/pdep as aliases for extract_bits/deposit_bits#156606
niklasf wants to merge 1 commit into
rust-lang:mainfrom
niklasf:alias-pext-pdep

Conversation

@niklasf
Copy link
Copy Markdown
Contributor

@niklasf niklasf commented May 15, 2026

So that the methods will be found when searching for the corresponding intrinsics.

Tracking issue for extract_bits/deposit_bits: #149069

So that the methods will be found when searching for the corresponding
intrinsics.

Tracking issue: rust-lang#149069
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels May 15, 2026
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented May 15, 2026

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: @scottmcm, libs
  • @scottmcm, libs expanded to 8 candidates

@SimonSapin
Copy link
Copy Markdown
Contributor

@bors r+ rollup

I didn’t know these instructions but found https://en.wikipedia.org/wiki/X86_Bit_manipulation_instruction_set#Parallel_bit_deposit_and_extract as a reference

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented May 18, 2026

📌 Commit 638a775 has been approved by SimonSapin

It is now in the queue for this repository.

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 18, 2026
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request May 18, 2026
Add pext/pdep as aliases for extract_bits/deposit_bits

So that the methods will be found when searching for the corresponding intrinsics.

Tracking issue for `extract_bits`/`deposit_bits`: rust-lang#149069
rust-bors Bot pushed a commit that referenced this pull request May 18, 2026
…uwer

Rollup of 4 pull requests

Successful merges:

 - #156444 (Implement `OsStr::split_at`)
 - #156661 (Remove `UncheckedIterator`)
 - #156606 (Add pext/pdep as aliases for extract_bits/deposit_bits)
 - #156653 (Update `sysinfo` version to `0.39.2`)
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request May 18, 2026
Add pext/pdep as aliases for extract_bits/deposit_bits

So that the methods will be found when searching for the corresponding intrinsics.

Tracking issue for `extract_bits`/`deposit_bits`: rust-lang#149069
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants