File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Cargo.lock
22. * .swp
33target
44tags
5- crates /stdarch-gen /aarch64.rs
6- crates /stdarch-gen /arm.rs
5+ crates /stdarch-gen-arm /aarch64.rs
6+ crates /stdarch-gen-arm /arm.rs
77c_programs /*
88rust_programs /*
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ members = [
44 " crates/stdarch-verify" ,
55 " crates/core_arch" ,
66 " crates/std_detect" ,
7- " crates/stdarch-gen" ,
7+ " crates/stdarch-gen-arm " ,
88 " crates/intrinsic-test" ,
99 " examples/"
1010]
Original file line number Diff line number Diff line change 11// This code is automatically generated. DO NOT MODIFY.
22//
3- // Instead, modify `crates/stdarch-gen/neon.spec` and run the following command to re-generate this file:
3+ // Instead, modify `crates/stdarch-gen-arm /neon.spec` and run the following command to re-generate this file:
44//
55// ```
6- // OUT_DIR=`pwd`/crates/core_arch cargo run -p stdarch-gen -- crates/stdarch-gen/neon.spec
6+ // OUT_DIR=`pwd`/crates/core_arch cargo run -p stdarch-gen-arm -- crates/stdarch-gen-arm /neon.spec
77// ```
88use super::*;
99#[cfg(test)]
Original file line number Diff line number Diff line change 11// This code is automatically generated. DO NOT MODIFY.
22//
3- // Instead, modify `crates/stdarch-gen/neon.spec` and run the following command to re-generate this file:
3+ // Instead, modify `crates/stdarch-gen-arm /neon.spec` and run the following command to re-generate this file:
44//
55// ```
6- // OUT_DIR=`pwd`/crates/core_arch cargo run -p stdarch-gen -- crates/stdarch-gen/neon.spec
6+ // OUT_DIR=`pwd`/crates/core_arch cargo run -p stdarch-gen-arm -- crates/stdarch-gen-arm /neon.spec
77// ```
88use super::*;
99#[cfg(test)]
Original file line number Diff line number Diff line change 11[package ]
2- name = " stdarch-gen"
2+ name = " stdarch-gen-arm "
33version = " 0.1.0"
44authors = [" Heinz Gies <heinz@licenser.net>" ]
55edition = " 2021"
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ The specification for the intrinsics can be found in `neon.spec`.
77To run and re-generate the code run the following from the root of the ` stdarch ` crate.
88
99```
10- OUT_DIR=`pwd`/crates/core_arch cargo run -p stdarch-gen -- crates/stdarch-gen/neon.spec
10+ OUT_DIR=`pwd`/crates/core_arch cargo run -p stdarch-gen-arm -- crates/stdarch-gen-arm /neon.spec
1111```
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3222,10 +3222,10 @@ fn main() -> io::Result<()> {
32223222 let mut out_arm = String :: from (
32233223 r#"// This code is automatically generated. DO NOT MODIFY.
32243224//
3225- // Instead, modify `crates/stdarch-gen/neon.spec` and run the following command to re-generate this file:
3225+ // Instead, modify `crates/stdarch-gen-arm /neon.spec` and run the following command to re-generate this file:
32263226//
32273227// ```
3228- // OUT_DIR=`pwd`/crates/core_arch cargo run -p stdarch-gen -- crates/stdarch-gen/neon.spec
3228+ // OUT_DIR=`pwd`/crates/core_arch cargo run -p stdarch-gen-arm -- crates/stdarch-gen-arm /neon.spec
32293229// ```
32303230use super::*;
32313231#[cfg(test)]
@@ -3249,10 +3249,10 @@ mod test {
32493249 let mut out_aarch64 = String :: from (
32503250 r#"// This code is automatically generated. DO NOT MODIFY.
32513251//
3252- // Instead, modify `crates/stdarch-gen/neon.spec` and run the following command to re-generate this file:
3252+ // Instead, modify `crates/stdarch-gen-arm /neon.spec` and run the following command to re-generate this file:
32533253//
32543254// ```
3255- // OUT_DIR=`pwd`/crates/core_arch cargo run -p stdarch-gen -- crates/stdarch-gen/neon.spec
3255+ // OUT_DIR=`pwd`/crates/core_arch cargo run -p stdarch-gen-arm -- crates/stdarch-gen-arm /neon.spec
32563256// ```
32573257use super::*;
32583258#[cfg(test)]
You can’t perform that action at this time.
0 commit comments