If I have two large integers with thousands of digits, which instructions would be useful to multiply them? I'm assuming I will have to loop over the digits, multiply and add, like you do manual multiplication.
I don't expect any solutions here, just point me to the right instructions that would best accomplish the job. It can be any instruction from the MMX, SSE, x87 fpu etc...