about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2024-11-16 10:26:46 +0100
committerRalf Jung <post@ralfj.de>2024-12-11 22:18:50 +0100
commitd6ddc73daeb27fc3b5b009105185c44621c3c7cb (patch)
treee0d54555a5054699f465716943b769b24cdbcb60 /compiler/rustc_span/src
parent2d887a5c5ca65287bb40dc5b2d108e2bb2dd6719 (diff)
downloadrust-d6ddc73daeb27fc3b5b009105185c44621c3c7cb.tar.gz
rust-d6ddc73daeb27fc3b5b009105185c44621c3c7cb.zip
forbid toggling x87 and fpregs on hard-float targets
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index d30b17c9cd8..b63575f2bb2 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -2200,6 +2200,7 @@ symbols! {
         writeln_macro,
         x86_amx_intrinsics,
         x87_reg,
+        x87_target_feature,
         xer,
         xmm_reg,
         xop_target_feature,