diff options
| author | Ralf Jung <post@ralfj.de> | 2024-11-16 10:26:46 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-12-11 22:18:50 +0100 |
| commit | d6ddc73daeb27fc3b5b009105185c44621c3c7cb (patch) | |
| tree | e0d54555a5054699f465716943b769b24cdbcb60 /compiler/rustc_span/src | |
| parent | 2d887a5c5ca65287bb40dc5b2d108e2bb2dd6719 (diff) | |
| download | rust-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.rs | 1 |
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, |
