diff options
| author | Taiki Endo <te316e89@gmail.com> | 2024-11-29 00:24:36 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2024-11-29 00:24:36 +0900 |
| commit | 0f8ebba54a8e41a9daccbbedae88e8798f4557c3 (patch) | |
| tree | 6d566d32ae80069e6ce8ace413fbeb24e0617f3e /compiler/rustc_span | |
| parent | 9b4d7c6a40b328d212095c28670c629facf1557d (diff) | |
Support #[repr(simd)] types in input/output of PowerPC inline assembly
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 3a07c283e0e..6cd754a47e9 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -392,6 +392,7 @@ symbols! { allow_fail, allow_internal_unsafe, allow_internal_unstable, + altivec, alu32, always, and, @@ -2154,6 +2155,7 @@ symbols! { volatile_store, vreg, vreg_low16, + vsx, vtable_align, vtable_size, warn, |
