diff --git a/crates/intrinsic-test/README.md b/crates/intrinsic-test/README.md index 260d59fca8..bea95f91e9 100644 --- a/crates/intrinsic-test/README.md +++ b/crates/intrinsic-test/README.md @@ -7,7 +7,7 @@ USAGE: intrinsic-test [FLAGS] [OPTIONS] FLAGS: - --a32 Run tests for A32 instrinsics instead of A64 + --a32 Run tests for A32 intrinsics instead of A64 --generate-only Regenerate test programs, but don't build or run them -h, --help Prints help information -V, --version Prints version information diff --git a/josh-sync.toml b/josh-sync.toml new file mode 100644 index 0000000000..0589fc3857 --- /dev/null +++ b/josh-sync.toml @@ -0,0 +1,4 @@ +org = "rust-lang" +repo = "stdarch" +path = "library/stdarch" +last_upstream_sha = "f51c9870bab634afb9e7a262b6ca7816bb9e940d"