simple_mul works with signed/unsigned mul; also made ir repr easier to read
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 10 Nov 2022 07:59:00 +0000 (23:59 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 10 Nov 2022 08:08:47 +0000 (00:08 -0800)
commite4d5c09e1030a24887ea33bff5d39b0151584fc7
tree8f9f07584816565c1ef0194160caa730c66324b4
parent0dce56670c1deaa90c653d368061d2a51ee6009c
simple_mul works with signed/unsigned mul; also made ir repr easier to read
src/bigint_presentation_code/_tests/test_compiler_ir.py
src/bigint_presentation_code/_tests/test_toom_cook.py
src/bigint_presentation_code/compiler_ir.py
src/bigint_presentation_code/toom_cook.py