Skip to content

Commit

Permalink
Add U16384 and U32768 (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycscaly authored Jun 27, 2023
1 parent a491899 commit be8cd7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/uint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,9 @@ impl_uint_aliases! {
(U4224, 4224, "4224-bit"),
(U4352, 4352, "4352-bit"),
(U6144, 6144, "6144-bit"),
(U8192, 8192, "8192-bit")
(U8192, 8192, "8192-bit"),
(U16384, 16384, "16384-bit"),
(U32768, 32768, "32768-bit")
}

#[cfg(target_pointer_width = "32")]
Expand Down Expand Up @@ -359,6 +361,7 @@ impl_uint_concat_split_even! {
U4352,
U6144,
U8192,
U16384,
}

// Implement mixed concat and split for combinations not implemented by
Expand Down

0 comments on commit be8cd7b

Please sign in to comment.