rust/compiler/rustc_target/src/spec
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 ABI compat check: detect unadjusted ABI mismatches 2024-08-27 09:04:59 +02:00
base Rollup merge of #129367 - madsmtm:fix-apple-aarch64-deployment-targets, r=jieyouxu 2024-09-12 20:37:15 +10:00
targets Fix target-cpu fpu features on Armv8-R. 2024-09-14 21:39:23 -07:00
tests Reformat use declarations. 2024-07-29 08:26:52 +10:00
crt_objects.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Add -Z small-data-threshold 2024-09-10 12:19:16 -07:00