rust/compiler/rustc_target/src
Augie Fackler 72e22554ca cleanup: remove support for 3DNow! cpu features
In llvm/llvm-project@f0eb5587ce 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.
2024-07-17 11:45:02 -04:00
..
abi Remove extern "wasm" ABI 2024-07-11 12:20:26 +02:00
asm compiler: Fix arm32 asm issues by hierarchically sorting reg classes 2024-06-22 21:39:58 -07:00
spec cleanup: remove support for 3DNow! cpu features 2024-07-17 11:45:02 -04:00
json.rs Add metadata to targets 2024-03-10 20:46:08 +01:00
lib.rs Improve naming and path operations in crate loader 2024-06-06 21:53:29 +02:00
target_features.rs Added the xop target feature and xop_target_feature gate 2024-07-12 23:30:22 +05:30
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00