Skip to content

Commit cee4c57

Browse files
committed
Improve wording of intrinsics-x86-*.rs header
1 parent b7b919c commit cee4c57

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/tools/miri/tests/pass/intrinsics-x86-aes-vaes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Ignore everything except x86 and x86_64
2-
// Any additional target are added to CI should be ignored here
2+
// Any new targets that are added to CI should be ignored here.
33
// (We cannot use `cfg`-based tricks here since the `target-feature` flags below only work on x86.)
44
//@ignore-target-aarch64
55
//@ignore-target-arm

src/tools/miri/tests/pass/intrinsics-x86-avx512.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Ignore everything except x86 and x86_64
2-
// Any additional target are added to CI should be ignored here
2+
// Any new targets that are added to CI should be ignored here.
33
// (We cannot use `cfg`-based tricks here since the `target-feature` flags below only work on x86.)
44
//@ignore-target-aarch64
55
//@ignore-target-arm

src/tools/miri/tests/pass/intrinsics-x86-sse3-ssse3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Ignore everything except x86 and x86_64
2-
// Any additional target are added to CI should be ignored here
2+
// Any new targets that are added to CI should be ignored here.
33
// (We cannot use `cfg`-based tricks here since the `target-feature` flags below only work on x86.)
44
//@ignore-target-aarch64
55
//@ignore-target-arm

src/tools/miri/tests/pass/intrinsics-x86-sse41.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Ignore everything except x86 and x86_64
2-
// Any additional target are added to CI should be ignored here
2+
// Any new targets that are added to CI should be ignored here.
33
// (We cannot use `cfg`-based tricks here since the `target-feature` flags below only work on x86.)
44
//@ignore-target-aarch64
55
//@ignore-target-arm

0 commit comments

Comments
 (0)