mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 08:35:31 +00:00
enable `dotprod` target feature in arm To implement `vdot` neon insturction in stdarch, we need to enable `dotprod` target feature in arm in rustc. r? `@Amanieu`
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.