15 Commits (615bec97c074e7974dc6788c44775fb095b2812b)

Author SHA1 Message Date
Paweł Bylica 25d8873440 Merge commit '3dcf30463b961e3fe47b48b2024bbf3d5b5ce675' into evmjit 10 years ago
Paweł Bylica a21362a7f8 Removing boost dependency from libevmjit 10 years ago
Paweł Bylica b3bad23757 Implementation of SDIV & SMOD with gmp 10 years ago
Paweł Bylica a2822a37bf Implementation of ADDMOD & MULMOD with gmp 10 years ago
Paweł Bylica 939e94a101 Implementation of EXP with gmp 10 years ago
Paweł Bylica 100de855ec Implementation of DIV & MOD with gmp library 10 years ago
Paweł Bylica de186f1ed1 Internal mul256 implementation 10 years ago
Paweł Bylica 7906cdd2e8 Handle ADDMOD/MULMOD case with 3rd argument being 0 10 years ago
Paweł Bylica 5362d5056d SDIV & SMOD fixed 10 years ago
Paweł Bylica 49b82cdbac Move EXP implementation from Ext to Arith256 10 years ago
Paweł Bylica 68648a2fb5 Separating EVM JIT from CPP client (WIP) 10 years ago
Paweł Bylica 8ee32d9197 Coding style: use "o_" prefix for output function arguments 10 years ago
Paweł Bylica aaaf5439fb Rename Type::i256 -> Type::Word 10 years ago
Paweł Bylica 1e8a091897 Improve Arith256 code formatting 10 years ago
artur-zawlocki cecf567426 MULMOD/ADDMOD implemented in separate functions [FIXES #80566276] 10 years ago
artur-zawlocki 68ca6962cf 256-bit arithmetic implemented via calls to boost::multiprecision library. 10 years ago