File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- mod vectors_f32;
21mod vectors_f64;
32mod vectors_i128;
43mod vectors_i16;
54mod vectors_i32;
65mod vectors_i64;
76mod vectors_i8;
8- mod vectors_isize;
97mod vectors_u128;
108mod vectors_u16;
119mod vectors_u32;
1210mod vectors_u64;
1311mod vectors_u8;
14- mod vectors_usize;
1512
16- pub use vectors_f32:: * ;
1713pub use vectors_f64:: * ;
1814pub use vectors_i128:: * ;
1915pub use vectors_i16:: * ;
2016pub use vectors_i32:: * ;
2117pub use vectors_i64:: * ;
2218pub use vectors_i8:: * ;
23- pub use vectors_isize:: * ;
2419pub use vectors_u128:: * ;
2520pub use vectors_u16:: * ;
2621pub use vectors_u32:: * ;
2722pub use vectors_u64:: * ;
2823pub use vectors_u8:: * ;
29- pub use vectors_usize:: * ;
24+
25+ mod float;
26+ mod int;
27+ mod uint;
28+
29+ pub use float:: * ;
30+ pub use int:: * ;
31+ pub use uint:: * ;
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments