rust-lang / stdarch

Rust's standard library vendor-specific APIs and run-time feature detection
https://doc.rust-lang.org/stable/core/arch/
Apache License 2.0
605 stars 267 forks source link

Use LLVM intrinsics instead of inline asm whereever possible #1613

Closed sayantn closed 3 months ago

sayantn commented 3 months ago

This PR removes most uses of inline asm in x86 stdarch

This also removes some redundant sse target features from avx intrinsics

rustbot commented 3 months ago

r? @Amanieu

rustbot has assigned @Amanieu. 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