This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 94f1cf0
authored
Unrolled build for rust-lang#127864
Rollup merge of rust-lang#127864 - durin42:farewell-3dnow, r=nikic
cleanup: remove support for 3DNow! cpu features
In llvm/llvm-project@f0eb558 all support for 3DNow! intrinsics and instructions were removed. Per the commit message there, only AMD chips between 1998 and 2011 or so actually supported these instructions, and they were effectively replaced by SSE which was available on many more chips. I'd be very surprised if anyone had ever used these from Rust.
`@rustbot` label: +llvm-mainFile tree
1 file changed
+1
-3
lines changed- compiler/rustc_target/src/spec/targets
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
0 commit comments