Improve wording of intrinsics-x86-*.rs header

This commit is contained in:
Eduardo Sánchez Muñoz 2023-11-19 19:18:52 +01:00
parent b7b919cb07
commit cee4c575f2
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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