implements OP_2MUL & OP_2DIV
includes tests in opcode_tests.cpp and script_tests.json
tests include mul/div by zero, boundary conditions, negative zero
Details
Details
- Reviewers
- None
make check
Diff Detail
Diff Detail
- Branch
- opcodes_2muldiv
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 2991 Build 4077: arc lint + arc unit
Event Timeline
src/test/data/script_tests.json | ||
---|---|---|
1038 | 2MUL and 2DIV tests moved up here to with the "arithmetic operators" group of tests. |