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
2
2
. * .swp
3
3
target
4
4
tags
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
7
7
c_programs /*
8
8
rust_programs /*
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ members = [
4
4
" crates/stdarch-verify" ,
5
5
" crates/core_arch" ,
6
6
" crates/std_detect" ,
7
- " crates/stdarch-gen" ,
7
+ " crates/stdarch-gen-arm " ,
8
8
" crates/intrinsic-test" ,
9
9
" examples/"
10
10
]
Original file line number Diff line number Diff line change 1
1
// This code is automatically generated. DO NOT MODIFY.
2
2
//
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:
4
4
//
5
5
// ```
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
7
7
// ```
8
8
use super::*;
9
9
#[cfg(test)]
Original file line number Diff line number Diff line change 1
1
// This code is automatically generated. DO NOT MODIFY.
2
2
//
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:
4
4
//
5
5
// ```
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
7
7
// ```
8
8
use super::*;
9
9
#[cfg(test)]
Original file line number Diff line number Diff line change 1
1
[package ]
2
- name = " stdarch-gen"
2
+ name = " stdarch-gen-arm "
3
3
version = " 0.1.0"
4
4
authors = [" Heinz Gies <heinz@licenser.net>" ]
5
5
edition = " 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`.
7
7
To run and re-generate the code run the following from the root of the ` stdarch ` crate.
8
8
9
9
```
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
11
11
```
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3222,10 +3222,10 @@ fn main() -> io::Result<()> {
3222
3222
let mut out_arm = String :: from (
3223
3223
r#"// This code is automatically generated. DO NOT MODIFY.
3224
3224
//
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:
3226
3226
//
3227
3227
// ```
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
3229
3229
// ```
3230
3230
use super::*;
3231
3231
#[cfg(test)]
@@ -3249,10 +3249,10 @@ mod test {
3249
3249
let mut out_aarch64 = String :: from (
3250
3250
r#"// This code is automatically generated. DO NOT MODIFY.
3251
3251
//
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:
3253
3253
//
3254
3254
// ```
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
3256
3256
// ```
3257
3257
use super::*;
3258
3258
#[cfg(test)]
You can’t perform that action at this time.
0 commit comments