rust/compiler/rustc_target/src
Chris Copeland 1a0ba01177
Fix target-cpu fpu features on Armv8-R.
This is a follow-up to #123159, but applied to Armv8-R.

This required https://github.com/llvm/llvm-project/pull/88287 to work
properly. Now that this change exists in rustc's llvm, we can fix
Armv8-R's default fpu features. In Armv8-R's case, the default features
from LLVM for floating-point are sufficient, because there is no
integer-only variant of this architecture.
2024-09-14 21:39:23 -07:00
..
abi Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister 2024-09-12 20:37:16 +10:00
asm Add warn(unreachable_pub) to rustc_target. 2024-09-03 08:49:54 +10:00
spec Fix target-cpu fpu features on Armv8-R. 2024-09-14 21:39:23 -07:00
json.rs Add metadata to targets 2024-03-10 20:46:08 +01:00
lib.rs update cfgs 2024-09-05 17:24:01 +01:00
target_features.rs rustc_target: Remove fpmr target feature 2024-08-27 11:11:47 +01:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00