fix generated assembly
[bigint-presentation-code.git] / src / bigint_presentation_code / _tests / test_toom_cook.py
2022-11-28 Jacob Lifshayfix generated assembly
2022-11-28 Jacob LifshayTOOM-2 multiplication works for all sizes
2022-11-16 Jacob Lifshayadd general TOOM-2 test
2022-11-16 Jacob LifshayTOOM-2 256x256->512-bit [un]signed*[un]signed mul works!
2022-11-15 Jacob Lifshayworking on code
2022-11-10 Jacob Lifshaysimple_mul works with signed/unsigned mul; also made...
2022-11-09 Jacob Lifshayworking on adding signed multiplication -- needed for...
2022-11-08 Jacob Lifshayrename compiler_ir2.py/register_allocator2.py to compil...
2022-11-08 Jacob Lifshayregister allocation and simulation works for simple...
2022-11-07 Jacob Lifshayworking on code
2022-10-28 Jacob Lifshayworking on rewriting compiler ir to fix reg alloc issues