File tree
16 files changed
+38
-45
lines changed- compiler
- rustc_feature/src
- rustc_target/src
- library
- core/src
- tests/ui
- abi
- asm/x86_64
- simd
- target-feature
- auxiliary
16 files changed
+38
-45
lines changedDiff for: compiler/rustc_feature/src/accepted.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| 85 | + | |
| 86 | + | |
85 | 87 |
| |
86 | 88 |
| |
87 | 89 |
| |
|
Diff for: compiler/rustc_feature/src/unstable.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
318 |
| - | |
319 | 318 |
| |
320 | 319 |
| |
321 | 320 |
| |
|
+22-22
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
387 | 387 |
| |
388 | 388 |
| |
389 | 389 |
| |
390 |
| - | |
391 |
| - | |
392 |
| - | |
393 |
| - | |
394 |
| - | |
395 |
| - | |
396 |
| - | |
397 |
| - | |
398 |
| - | |
399 |
| - | |
400 |
| - | |
401 |
| - | |
402 |
| - | |
403 |
| - | |
404 |
| - | |
405 |
| - | |
406 |
| - | |
407 |
| - | |
408 |
| - | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
409 | 409 |
| |
410 | 410 |
| |
411 | 411 |
| |
412 | 412 |
| |
413 | 413 |
| |
414 | 414 |
| |
415 | 415 |
| |
416 |
| - | |
| 416 | + | |
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
| |||
439 | 439 |
| |
440 | 440 |
| |
441 | 441 |
| |
442 |
| - | |
443 |
| - | |
| 442 | + | |
| 443 | + | |
444 | 444 |
| |
445 | 445 |
| |
446 | 446 |
| |
|
Diff for: library/core/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
| 192 | + | |
192 | 193 |
| |
193 | 194 |
| |
194 |
| - | |
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
|
Diff for: library/stdarch
- ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile+4-3
- crates/core_arch/src/arm_shared/neon/generated.rs+19.5k-12.2k
- crates/core_arch/src/arm_shared/neon/mod.rs+2-7.1k
- crates/core_arch/src/core_arch_docs.md+2
- crates/core_arch/src/lib.rs+2-1
- crates/core_arch/src/macros.rs+1-1
- crates/core_arch/src/s390x/macros.rs+19
- crates/core_arch/src/s390x/vector.rs+4.3k-575
- crates/core_arch/src/simd.rs+53-10
- crates/core_arch/src/wasm32/simd128.rs+52-12
- crates/core_arch/src/x86/avx.rs+9-6
- crates/core_arch/src/x86/avx512f.rs+12-8
- crates/core_arch/src/x86/avx512fp16.rs+12-6
- crates/core_arch/src/x86/mod.rs+1-1
- crates/core_arch/src/x86/sse.rs+4-3
- crates/core_arch/src/x86/sse2.rs+8-6
- crates/core_arch/src/x86/sse42.rs+10-10
- crates/std_detect/src/detect/arch/loongarch.rs+15
- crates/std_detect/src/detect/arch/riscv.rs+96-88
- crates/std_detect/src/detect/arch/x86.rs+5-5
- crates/std_detect/src/detect/os/linux/auxvec.rs+3-3
- crates/std_detect/src/detect/os/linux/loongarch.rs+13
- crates/std_detect/src/detect/os/linux/riscv.rs+1
- crates/std_detect/src/detect/os/windows/aarch64.rs+49-1
- crates/stdarch-gen-arm/spec/neon/aarch64.spec.yml-34
- crates/stdarch-gen-arm/spec/neon/arm_shared.spec.yml+2.3k-1.4k
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 | 10 |
| |
13 | 11 |
| |
14 | 12 |
| |
|
Diff for: tests/ui/abi/simd-abi-checks-avx.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
|
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
| |
|
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 | 5 |
| |
8 | 6 |
| |
9 | 7 |
| |
|
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Diff for: tests/ui/simd/target-feature-mixup.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
|
Diff for: tests/ui/target-feature/gate.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
| |
| |||
27 | 26 |
| |
28 | 27 |
| |
29 | 28 |
| |
30 |
| - | |
| 29 | + | |
31 | 30 |
| |
32 | 31 |
| |
33 | 32 |
| |
|
Diff for: tests/ui/target-feature/gate.stderr
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
0 commit comments