Inner step of multiplication in x64 assembly
authorSam Moore <[email protected]>
Sat, 5 Jul 2014 05:56:01 +0000 (13:56 +0800)
committerSam Moore <[email protected]>
Sat, 5 Jul 2014 05:56:01 +0000 (13:56 +0800)
commit6ad7fc3c833837713405b64a50e62dd128cb7a30
treed2520c51e8d2efad5aa1d943680cd0088afcd01a
parentee5287fabfb214e8f7b483cde424108270525fd7
Inner step of multiplication in x64 assembly

Just does the multiplication of the array by one digit, taking into account overflows.
I hope. It's kind of difficult to test.

What I need is a VM with equivelant instruction set but magically uses decimals instead of binary 64 bit, so I can test with numbers
that my feeble human brain understands directly...
src/Makefile
src/mul_digits_asm.s [new file with mode: 0644]
src/tests/arb.cpp

UCC git Repository :: git.ucc.asn.au