mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
various
This commit is contained in:
parent
d7c1be6a44
commit
c019ced31d
9 changed files with 819 additions and 1301 deletions
|
@ -4030,7 +4030,6 @@ fn const_i128<'ctx>(env: &Env<'_, 'ctx, '_>, value: i128) -> IntValue<'ctx> {
|
|||
|
||||
fn const_u128<'ctx>(env: &Env<'_, 'ctx, '_>, value: u128) -> IntValue<'ctx> {
|
||||
// truncate the lower 64 bits
|
||||
let value = value;
|
||||
let a = value as u64;
|
||||
|
||||
// get the upper 64 bits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue