mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Implement signed multiplication for sol->yul code generation.
This commit is contained in:
committed by
chriseth
parent
e4c884ae13
commit
a5b9f634ef
@@ -96,7 +96,7 @@ public:
|
||||
std::string overflowCheckedIntAddFunction(IntegerType const& _type);
|
||||
|
||||
/// signature: (x, y) -> product
|
||||
std::string overflowCheckedUIntMulFunction(size_t _bits);
|
||||
std::string overflowCheckedIntMulFunction(IntegerType const& _type);
|
||||
|
||||
/// @returns name of function to perform division on integers.
|
||||
/// Checks for division by zero and the special case of
|
||||
|
||||
Reference in New Issue
Block a user