File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ cfg_if! {
135135 /// C __int128_t (alternate name for [__int128][])
136136 pub type __int128_t = i128 ;
137137 /// C __uint128_t (alternate name for [__uint128][])
138- pub type __uint128_t = u128 ;
139138
140139 // NOTE: if you add more platforms to here, you may need to cfg
141140 // these consts. They should always match the platform's values
Original file line number Diff line number Diff line change 4040 }
4141
4242 pub struct __darwin_arm_neon_state64 {
43- pub __v: [ crate :: __uint128_t ; 32 ] ,
43+ pub __v: [ u128 ; 32 ] ,
4444 pub __fpsr: u32 ,
4545 pub __fpcr: u32 ,
4646 }
Original file line number Diff line number Diff line change 7878 }
7979
8080 pub struct user_fpsimd_struct {
81- pub vregs: [ crate :: __uint128_t ; 32 ] ,
81+ pub vregs: [ u128 ; 32 ] ,
8282 pub fpsr: u32 ,
8383 pub fpcr: u32 ,
8484 }
Original file line number Diff line number Diff line change 218218 }
219219
220220 pub struct user_fpsimd_struct {
221- pub vregs: [ crate :: __uint128_t ; 32 ] ,
221+ pub vregs: [ u128 ; 32 ] ,
222222 pub fpsr: c_uint,
223223 pub fpcr: c_uint,
224224 }
Original file line number Diff line number Diff line change 105105 }
106106
107107 pub struct user_fpsimd_struct {
108- pub vregs: [ crate :: __uint128_t ; 32 ] ,
108+ pub vregs: [ u128 ; 32 ] ,
109109 pub fpsr: u32 ,
110110 pub fpcr: u32 ,
111111 }
You can’t perform that action at this time.
0 commit comments