|
|
|
|
|
by 0xf00ff00f
585 days ago
|
|
Also, x86 has an instruction that multiplies two 32-bit registers and stores the 64-bit result in two 32-bit registers. So you get the result of the division in the register with the high part of the multiplication result, and don't need to do a shift. |
|