1- warning: ABI error: this function call uses a vector type that requires the `avx` target feature, which is not enabled in the caller
1+ warning: this function call uses a SIMD vector type that requires the `avx` target feature with the chosen ABI , which is not enabled in the caller
22 --> $DIR/simd-abi-checks.rs:55:11
33 |
44LL | f(g());
@@ -9,7 +9,7 @@ LL | f(g());
99 = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
1010 = note: `#[warn(abi_unsupported_vector_types)]` on by default
1111
12- warning: ABI error: this function call uses a vector type that requires the `avx` target feature, which is not enabled in the caller
12+ warning: this function call uses a SIMD vector type that requires the `avx` target feature with the chosen ABI , which is not enabled in the caller
1313 --> $DIR/simd-abi-checks.rs:55:9
1414 |
1515LL | f(g());
@@ -19,7 +19,7 @@ LL | f(g());
1919 = note: for more information, see issue #116558 <https://github.com/rust-lang/rust/issues/116558>
2020 = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
2121
22- warning: ABI error: this function call uses a vector type that requires the `avx` target feature, which is not enabled in the caller
22+ warning: this function call uses a SIMD vector type that requires the `avx` target feature with the chosen ABI , which is not enabled in the caller
2323 --> $DIR/simd-abi-checks.rs:63:14
2424 |
2525LL | gavx(favx());
@@ -29,7 +29,7 @@ LL | gavx(favx());
2929 = note: for more information, see issue #116558 <https://github.com/rust-lang/rust/issues/116558>
3030 = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
3131
32- warning: ABI error: this function call uses a vector type that requires the `avx` target feature, which is not enabled in the caller
32+ warning: this function call uses a SIMD vector type that requires the `avx` target feature with the chosen ABI , which is not enabled in the caller
3333 --> $DIR/simd-abi-checks.rs:63:9
3434 |
3535LL | gavx(favx());
@@ -39,7 +39,7 @@ LL | gavx(favx());
3939 = note: for more information, see issue #116558 <https://github.com/rust-lang/rust/issues/116558>
4040 = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
4141
42- warning: ABI error: this function call uses a vector type that requires the `avx` target feature, which is not enabled in the caller
42+ warning: this function call uses a SIMD vector type that requires the `avx` target feature with the chosen ABI , which is not enabled in the caller
4343 --> $DIR/simd-abi-checks.rs:75:19
4444 |
4545LL | w(Wrapper(g()));
@@ -49,7 +49,7 @@ LL | w(Wrapper(g()));
4949 = note: for more information, see issue #116558 <https://github.com/rust-lang/rust/issues/116558>
5050 = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
5151
52- warning: ABI error: this function call uses a vector type that requires the `avx` target feature, which is not enabled in the caller
52+ warning: this function call uses a SIMD vector type that requires the `avx` target feature with the chosen ABI , which is not enabled in the caller
5353 --> $DIR/simd-abi-checks.rs:75:9
5454 |
5555LL | w(Wrapper(g()));
@@ -59,7 +59,7 @@ LL | w(Wrapper(g()));
5959 = note: for more information, see issue #116558 <https://github.com/rust-lang/rust/issues/116558>
6060 = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
6161
62- warning: ABI error: this function definition uses a vector type that requires the `avx` target feature, which is not enabled
62+ warning: this function definition uses a SIMD vector type that requires the `avx` target feature with the chosen ABI , which is not enabled
6363 --> $DIR/simd-abi-checks.rs:26:1
6464 |
6565LL | unsafe extern "C" fn g() -> __m256 {
@@ -69,7 +69,7 @@ LL | unsafe extern "C" fn g() -> __m256 {
6969 = note: for more information, see issue #116558 <https://github.com/rust-lang/rust/issues/116558>
7070 = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
7171
72- warning: ABI error: this function definition uses a vector type that requires the `avx` target feature, which is not enabled
72+ warning: this function definition uses a SIMD vector type that requires the `avx` target feature with the chosen ABI , which is not enabled
7373 --> $DIR/simd-abi-checks.rs:20:1
7474 |
7575LL | unsafe extern "C" fn f(_: __m256) {
@@ -79,7 +79,7 @@ LL | unsafe extern "C" fn f(_: __m256) {
7979 = note: for more information, see issue #116558 <https://github.com/rust-lang/rust/issues/116558>
8080 = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
8181
82- warning: ABI error: this function definition uses a vector type that requires the `avx` target feature, which is not enabled
82+ warning: this function definition uses a SIMD vector type that requires the `avx` target feature with the chosen ABI , which is not enabled
8383 --> $DIR/simd-abi-checks.rs:14:1
8484 |
8585LL | unsafe extern "C" fn w(_: Wrapper) {
0 commit comments