]> git.proxmox.com Git - rustc.git/blob - src/stdarch/crates/stdarch-gen/README.md
New upstream version 1.44.1+dfsg1
[rustc.git] / src / stdarch / crates / stdarch-gen / README.md
1 # Neon intrinsic code generator
2
3 A small tool that allows to quickly generate intrinsics for the NEON architecture.
4
5 The specification for the intrinsics can be found in `neon.spec`.
6
7 To run and re-generate the code run the following from the root of the `stdarch` crate.
8
9 ```
10 OUT_DIR=`pwd`/crates/core_arch cargo run -p stdarch-gen -- crates/stdarch-gen/neon.spec
11 ```