Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing x86/x86_64 intrinsic: _mm_loadu_si32 #62876

Closed
Lokathor opened this issue Jul 22, 2019 · 2 comments
Closed

Missing x86/x86_64 intrinsic: _mm_loadu_si32 #62876

Lokathor opened this issue Jul 22, 2019 · 2 comments
Labels
A-simd Area: SIMD (Single Instruction Multiple Data) O-x86_32 Target: x86 processors, 32 bit (like i686-*) O-x86_64 Target: x86-64 processors (like x86_64-*)

Comments

@Lokathor
Copy link
Contributor

intel guide

rust docs show it as not there

@jonas-schievink jonas-schievink added A-simd Area: SIMD (Single Instruction Multiple Data) O-x86 labels Jul 22, 2019
@Lokathor
Copy link
Contributor Author

Note: _mm_storeu_si32 is also missing

@Noratrieb Noratrieb added O-x86_64 Target: x86-64 processors (like x86_64-*) O-x86_32 Target: x86 processors, 32 bit (like i686-*) and removed O-x86-all labels Oct 25, 2023
@TDecking
Copy link
Contributor

TDecking commented Jul 1, 2024

These intrinsics were added in rust-lang/stdarch#1594.

@Amanieu Amanieu closed this as completed Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-simd Area: SIMD (Single Instruction Multiple Data) O-x86_32 Target: x86 processors, 32 bit (like i686-*) O-x86_64 Target: x86-64 processors (like x86_64-*)
Projects
None yet
Development

No branches or pull requests

5 participants