Files
rust/compiler/rustc_codegen_ssa
Yuki Okushi 753936f769 Rollup merge of #90688 - SparrowLii:dotprod, r=Amanieu
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`
2021-11-09 22:02:24 +09:00
..
2021-10-03 16:08:54 +02:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.