diff options
| author | Taiki Endo <te316e89@gmail.com> | 2024-11-24 21:42:22 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2024-11-24 21:42:22 +0900 |
| commit | c024d8ccdfb462f4e99b54e6c8456fbc4d745752 (patch) | |
| tree | 746d303b898bf928538b56a2d50b1b5c05ed28a5 /tests/assembly/asm | |
| parent | 2c8f6de1babfd5cce9badd8ff85c0652377edd75 (diff) | |
| download | rust-c024d8ccdfb462f4e99b54e6c8456fbc4d745752.tar.gz rust-c024d8ccdfb462f4e99b54e6c8456fbc4d745752.zip | |
Make s390x non-clobber-only vector register support unstable
Diffstat (limited to 'tests/assembly/asm')
| -rw-r--r-- | tests/assembly/asm/s390x-types.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/assembly/asm/s390x-types.rs b/tests/assembly/asm/s390x-types.rs index 2103b38f9d7..3da22d6c77b 100644 --- a/tests/assembly/asm/s390x-types.rs +++ b/tests/assembly/asm/s390x-types.rs @@ -7,6 +7,7 @@ //@ compile-flags: -Zmerge-functions=disabled #![feature(no_core, lang_items, rustc_attrs, repr_simd, f128)] +#![cfg_attr(s390x_vector, feature(asm_experimental_reg))] #![crate_type = "rlib"] #![no_core] #![allow(asm_sub_register, non_camel_case_types)] |
