X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fportable-simd%2FCONTRIBUTING.md;h=9612fe871c619535792457795628fc7b687f16b1;hb=6b792e91789bf94c3c21746c4d69832f3862808f;hp=f9ba12d3a1b3adb53ddd6f321837a60f5f7860e7;hpb=ce197e2bceca00372c172a02a966b96287476c55;p=rust.git diff --git a/library/portable-simd/CONTRIBUTING.md b/library/portable-simd/CONTRIBUTING.md index f9ba12d3a1b..9612fe871c6 100644 --- a/library/portable-simd/CONTRIBUTING.md +++ b/library/portable-simd/CONTRIBUTING.md @@ -15,7 +15,7 @@ SIMD can be quite complex, and even a "simple" issue can be huge. If an issue is ## CI -We currently have 2 CI matrices through Travis CI and GitHub Actions that will automatically build and test your change in order to verify that `std::simd`'s portable API is, in fact, portable. If your change builds locally, but does not build on either, this is likely due to a platform-specific concern that your code has not addressed. Please consult the build logs and address the error, or ask for help if you need it. +We currently use GitHub Actions which will automatically build and test your change in order to verify that `std::simd`'s portable API is, in fact, portable. If your change builds locally, but does not build in CI, this is likely due to a platform-specific concern that your code has not addressed. Please consult the build logs and address the error, or ask for help if you need it. ## Beyond stdsimd