mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-15 00:05:02 +00:00
remove i128OfDec
This commit is contained in:
parent
f145f73aa0
commit
4269608ebf
7 changed files with 4 additions and 13 deletions
|
@ -108,7 +108,6 @@ pub enum LowLevel {
|
|||
NumF64ToParts,
|
||||
NumF32FromParts,
|
||||
NumF64FromParts,
|
||||
I128OfDec,
|
||||
Eq,
|
||||
NotEq,
|
||||
And,
|
||||
|
@ -342,7 +341,6 @@ map_symbol_to_lowlevel! {
|
|||
NumCountLeadingZeroBits <= NUM_COUNT_LEADING_ZERO_BITS;
|
||||
NumCountTrailingZeroBits <= NUM_COUNT_TRAILING_ZERO_BITS;
|
||||
NumCountOneBits <= NUM_COUNT_ONE_BITS;
|
||||
I128OfDec <= I128_OF_DEC;
|
||||
NumWithoutDecimalPoint <= NUM_WITHOUT_DECIMAL_POINT;
|
||||
NumWithDecimalPoint <= NUM_WITH_DECIMAL_POINT;
|
||||
NumF32ToParts <= NUM_F32_TO_PARTS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue