mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Implement signed addition for sol->yul code generation.
This commit is contained in:
committed by
chriseth
parent
5b92640ab5
commit
88988af561
@@ -93,7 +93,7 @@ public:
|
||||
std::string roundUpFunction();
|
||||
|
||||
/// signature: (x, y) -> sum
|
||||
std::string overflowCheckedUIntAddFunction(size_t _bits);
|
||||
std::string overflowCheckedIntAddFunction(IntegerType const& _type);
|
||||
|
||||
/// signature: (x, y) -> product
|
||||
std::string overflowCheckedUIntMulFunction(size_t _bits);
|
||||
|
||||
Reference in New Issue
Block a user