mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-20 02:29:47 +00:00
Choose i128/u128 num layouts when necessary
This commit is contained in:
parent
f31f78fde1
commit
ba450367ca
5 changed files with 170 additions and 252 deletions
|
@ -63,7 +63,7 @@ impl Output {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
#[derive(Clone, Debug, PartialEq, Copy)]
|
||||
pub enum IntValue {
|
||||
I128([u8; 16]),
|
||||
U128([u8; 16]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue