|
1 | 1 | error: this function call uses SIMD vector type `std::arch::x86_64::__m256` which (with the chosen ABI) requires the `avx` target feature, which is not enabled in the caller
|
2 |
| - --> $DIR/simd-abi-checks-avx.rs:60:11 |
| 2 | + --> $DIR/simd-abi-checks-avx.rs:59:11 |
3 | 3 | |
|
4 | 4 | LL | f(g());
|
5 | 5 | | ^^^ function called here
|
6 | 6 | |
|
7 | 7 | = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
|
8 | 8 |
|
9 | 9 | error: this function call uses SIMD vector type `std::arch::x86_64::__m256` which (with the chosen ABI) requires the `avx` target feature, which is not enabled in the caller
|
10 |
| - --> $DIR/simd-abi-checks-avx.rs:60:9 |
| 10 | + --> $DIR/simd-abi-checks-avx.rs:59:9 |
11 | 11 | |
|
12 | 12 | LL | f(g());
|
13 | 13 | | ^^^^^^ function called here
|
14 | 14 | |
|
15 | 15 | = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
|
16 | 16 |
|
17 | 17 | error: this function call uses SIMD vector type `std::arch::x86_64::__m256` which (with the chosen ABI) requires the `avx` target feature, which is not enabled in the caller
|
18 |
| - --> $DIR/simd-abi-checks-avx.rs:66:14 |
| 18 | + --> $DIR/simd-abi-checks-avx.rs:65:14 |
19 | 19 | |
|
20 | 20 | LL | gavx(favx());
|
21 | 21 | | ^^^^^^ function called here
|
22 | 22 | |
|
23 | 23 | = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
|
24 | 24 |
|
25 | 25 | error: this function call uses SIMD vector type `std::arch::x86_64::__m256` which (with the chosen ABI) requires the `avx` target feature, which is not enabled in the caller
|
26 |
| - --> $DIR/simd-abi-checks-avx.rs:66:9 |
| 26 | + --> $DIR/simd-abi-checks-avx.rs:65:9 |
27 | 27 | |
|
28 | 28 | LL | gavx(favx());
|
29 | 29 | | ^^^^^^^^^^^^ function called here
|
30 | 30 | |
|
31 | 31 | = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
|
32 | 32 |
|
33 | 33 | error: this function call uses SIMD vector type `std::arch::x86_64::__m256` which (with the chosen ABI) requires the `avx` target feature, which is not enabled in the caller
|
34 |
| - --> $DIR/simd-abi-checks-avx.rs:76:19 |
| 34 | + --> $DIR/simd-abi-checks-avx.rs:75:19 |
35 | 35 | |
|
36 | 36 | LL | w(Wrapper(g()));
|
37 | 37 | | ^^^ function called here
|
38 | 38 | |
|
39 | 39 | = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
|
40 | 40 |
|
41 | 41 | error: this function call uses SIMD vector type `Wrapper` which (with the chosen ABI) requires the `avx` target feature, which is not enabled in the caller
|
42 |
| - --> $DIR/simd-abi-checks-avx.rs:76:9 |
| 42 | + --> $DIR/simd-abi-checks-avx.rs:75:9 |
43 | 43 | |
|
44 | 44 | LL | w(Wrapper(g()));
|
45 | 45 | | ^^^^^^^^^^^^^^^ function called here
|
46 | 46 | |
|
47 | 47 | = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
|
48 | 48 |
|
49 | 49 | error: this function call uses SIMD vector type `std::arch::x86_64::__m256` which (with the chosen ABI) requires the `avx` target feature, which is not enabled in the caller
|
50 |
| - --> $DIR/simd-abi-checks-avx.rs:90:9 |
| 50 | + --> $DIR/simd-abi-checks-avx.rs:89:9 |
51 | 51 | |
|
52 | 52 | LL | some_extern();
|
53 | 53 | | ^^^^^^^^^^^^^ function called here
|
54 | 54 | |
|
55 | 55 | = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
|
56 | 56 |
|
57 | 57 | error: this function definition uses SIMD vector type `std::arch::x86_64::__m256` which (with the chosen ABI) requires the `avx` target feature, which is not enabled
|
58 |
| - --> $DIR/simd-abi-checks-avx.rs:25:1 |
| 58 | + --> $DIR/simd-abi-checks-avx.rs:24:1 |
59 | 59 | |
|
60 | 60 | LL | unsafe extern "C" fn g() -> __m256 {
|
61 | 61 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function defined here
|
62 | 62 | |
|
63 | 63 | = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
|
64 | 64 |
|
65 | 65 | error: this function definition uses SIMD vector type `std::arch::x86_64::__m256` which (with the chosen ABI) requires the `avx` target feature, which is not enabled
|
66 |
| - --> $DIR/simd-abi-checks-avx.rs:20:1 |
| 66 | + --> $DIR/simd-abi-checks-avx.rs:19:1 |
67 | 67 | |
|
68 | 68 | LL | unsafe extern "C" fn f(_: __m256) {
|
69 | 69 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function defined here
|
70 | 70 | |
|
71 | 71 | = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
|
72 | 72 |
|
73 | 73 | error: this function definition uses SIMD vector type `Wrapper` which (with the chosen ABI) requires the `avx` target feature, which is not enabled
|
74 |
| - --> $DIR/simd-abi-checks-avx.rs:15:1 |
| 74 | + --> $DIR/simd-abi-checks-avx.rs:14:1 |
75 | 75 | |
|
76 | 76 | LL | unsafe extern "C" fn w(_: Wrapper) {
|
77 | 77 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function defined here
|
78 | 78 | |
|
79 | 79 | = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
|
80 | 80 |
|
81 | 81 | error: this function call uses SIMD vector type `std::arch::x86_64::__m256` which (with the chosen ABI) requires the `avx` target feature, which is not enabled in the caller
|
82 |
| - --> $DIR/simd-abi-checks-avx.rs:54:8 |
| 82 | + --> $DIR/simd-abi-checks-avx.rs:53:8 |
83 | 83 | |
|
84 | 84 | LL | || g()
|
85 | 85 | | ^^^ function called here
|
86 | 86 | |
|
87 | 87 | = help: consider enabling it globally (`-C target-feature=+avx`) or locally (`#[target_feature(enable="avx")]`)
|
88 | 88 |
|
89 | 89 | note: the above error was encountered while instantiating `fn in_closure::{closure#0}`
|
90 |
| - --> $DIR/simd-abi-checks-avx.rs:82:9 |
| 90 | + --> $DIR/simd-abi-checks-avx.rs:81:9 |
91 | 91 | |
|
92 | 92 | LL | in_closure()();
|
93 | 93 | | ^^^^^^^^^^^^^^
|
|
0 commit comments