Skip to content

rustdoc search does not find core::arch::x86_64 intrinsics that are also x86 intrinsics #148786

@folkertdev

Description

@folkertdev

Code

The search results only show the functions in the x86 module, but they are also exported by the x86_64 module.

https://doc.rust-lang.org/std/?search=_mm512_set4_epi32

Expected Outcome

The search results show the functions in both modules. It does actually exist

https://doc.rust-lang.org/core/arch/x86_64/fn._mm512_set4_epi32.html

Additional Details

This might just be a general problem with re-exported symbols? But for the intrinsics this is really confusing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-rustdoc-searchArea: Rustdoc's search featureC-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.T-rustdoc-frontendRelevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions