Support input/output in vector registers of s390x inline assembly
This commit is contained in:
parent
75703c1a78
commit
2c8f6de1ba
9 changed files with 680 additions and 121 deletions
|
@ -45,6 +45,7 @@ impl_marker_trait!(
|
|||
impl<'a, T: ?Sized> Copy for &'a T {}
|
||||
impl<T: ?Sized> Copy for *const T {}
|
||||
impl<T: ?Sized> Copy for *mut T {}
|
||||
impl<T: Copy, const N: usize> Copy for [T; N] {}
|
||||
|
||||
#[lang = "phantom_data"]
|
||||
pub struct PhantomData<T: ?Sized>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue