This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 72e2255
committed
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.1 parent a91f7d7 commit 72e2255
File 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