mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Cargo fmt
This commit is contained in:
parent
8e8412bf94
commit
7331e55a25
1 changed files with 1 additions and 3 deletions
|
@ -1094,9 +1094,7 @@ fn call_with_args<'a, 'ctx, 'env>(
|
|||
|
||||
BasicValueEnum::FloatValue(float_val)
|
||||
}
|
||||
Symbol::NUM_ABS | Symbol::INT_ABS => {
|
||||
todo!("implement intrinsic for int_abs")
|
||||
},
|
||||
Symbol::NUM_ABS | Symbol::INT_ABS => todo!("implement intrinsic for int_abs"),
|
||||
Symbol::FLOAT_ABS => call_intrinsic(LLVM_FABS_F64, env, args),
|
||||
Symbol::INT_GTE | Symbol::NUM_GTE => {
|
||||
debug_assert!(args.len() == 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue