diff options
| author | Eduardo Sánchez Muñoz <eduardosm-dev@e64.io> | 2023-11-19 19:18:52 +0100 |
|---|---|---|
| committer | Eduardo Sánchez Muñoz <eduardosm-dev@e64.io> | 2023-11-19 19:19:12 +0100 |
| commit | cee4c575f224d12e8b4d5258b2006e9109b42035 (patch) | |
| tree | d57067a4d4ba86674221cc9146d1206890d2bb17 | |
| parent | b7b919cb07d63baf4e98f6613592798b69bbb45f (diff) | |
| download | rust-cee4c575f224d12e8b4d5258b2006e9109b42035.tar.gz rust-cee4c575f224d12e8b4d5258b2006e9109b42035.zip | |
Improve wording of `intrinsics-x86-*.rs` header
4 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/miri/tests/pass/intrinsics-x86-aes-vaes.rs b/src/tools/miri/tests/pass/intrinsics-x86-aes-vaes.rs index 090b1db0af0..55d1bacdf45 100644 --- a/src/tools/miri/tests/pass/intrinsics-x86-aes-vaes.rs +++ b/src/tools/miri/tests/pass/intrinsics-x86-aes-vaes.rs @@ -1,5 +1,5 @@ // Ignore everything except x86 and x86_64 -// Any additional target are added to CI should be ignored here +// Any new targets that are added to CI should be ignored here. // (We cannot use `cfg`-based tricks here since the `target-feature` flags below only work on x86.) //@ignore-target-aarch64 //@ignore-target-arm diff --git a/src/tools/miri/tests/pass/intrinsics-x86-avx512.rs b/src/tools/miri/tests/pass/intrinsics-x86-avx512.rs index c38158dc797..394412a2354 100644 --- a/src/tools/miri/tests/pass/intrinsics-x86-avx512.rs +++ b/src/tools/miri/tests/pass/intrinsics-x86-avx512.rs @@ -1,5 +1,5 @@ // Ignore everything except x86 and x86_64 -// Any additional target are added to CI should be ignored here +// Any new targets that are added to CI should be ignored here. // (We cannot use `cfg`-based tricks here since the `target-feature` flags below only work on x86.) //@ignore-target-aarch64 //@ignore-target-arm diff --git a/src/tools/miri/tests/pass/intrinsics-x86-sse3-ssse3.rs b/src/tools/miri/tests/pass/intrinsics-x86-sse3-ssse3.rs index 0805d9bc300..7566be4431b 100644 --- a/src/tools/miri/tests/pass/intrinsics-x86-sse3-ssse3.rs +++ b/src/tools/miri/tests/pass/intrinsics-x86-sse3-ssse3.rs @@ -1,5 +1,5 @@ // Ignore everything except x86 and x86_64 -// Any additional target are added to CI should be ignored here +// Any new targets that are added to CI should be ignored here. // (We cannot use `cfg`-based tricks here since the `target-feature` flags below only work on x86.) //@ignore-target-aarch64 //@ignore-target-arm diff --git a/src/tools/miri/tests/pass/intrinsics-x86-sse41.rs b/src/tools/miri/tests/pass/intrinsics-x86-sse41.rs index 8c565a2d6e0..13856d29d3f 100644 --- a/src/tools/miri/tests/pass/intrinsics-x86-sse41.rs +++ b/src/tools/miri/tests/pass/intrinsics-x86-sse41.rs @@ -1,5 +1,5 @@ // Ignore everything except x86 and x86_64 -// Any additional target are added to CI should be ignored here +// Any new targets that are added to CI should be ignored here. // (We cannot use `cfg`-based tricks here since the `target-feature` flags below only work on x86.) //@ignore-target-aarch64 //@ignore-target-arm |
