Ban non-array SIMD
This commit is contained in:
parent
712463de61
commit
d2309c2a9d
111 changed files with 814 additions and 1101 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
#[derive(Copy, Clone)]
|
||||
#[repr(simd)]
|
||||
pub struct int16x4_t(pub i16, pub i16, pub i16, pub i16);
|
||||
pub struct int16x4_t(pub [i16; 4]);
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct int16x4x2_t(pub int16x4_t, pub int16x4_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue