Hi folks,
Is there any way to use the Intel64 integer division instructions
to perform a larger division of 128, 256, or more bits?
I can imagine how a larger multiplication might work but
how to do division based on smaller units somehow escapes me.
BTW I'm not opposed to using multiplication to perform said
division but I'd like to hold off on that until using division
instructions is ruled out.
Help?
Thanks.