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.
Code
The search results only show the functions in the
x86module, but they are also exported by thex86_64module.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.