mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
dev backend: Num.isMultipleOf
This commit is contained in:
parent
10a497fdde
commit
0bf3eefbf2
5 changed files with 34 additions and 1 deletions
|
@ -290,6 +290,8 @@ pub const NUM_MUL_CHECKED_INT: IntrinsicName = int_intrinsic!("roc_builtins.num.
|
|||
pub const NUM_MUL_CHECKED_FLOAT: IntrinsicName =
|
||||
float_intrinsic!("roc_builtins.num.mul_with_overflow");
|
||||
|
||||
pub const NUM_IS_MULTIPLE_OF: IntrinsicName = int_intrinsic!("roc_builtins.num.is_multiple_of");
|
||||
|
||||
pub const NUM_SHIFT_RIGHT_ZERO_FILL: IntrinsicName =
|
||||
int_intrinsic!("roc_builtins.num.shift_right_zero_fill");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue