bpo-46504: faster code for trial quotient in x_divrem() (GH-30856)
* bpo-46504: faster code for trial quotient in x_divrem() This brings x_divrem() back into synch with x_divrem1(), which was changed in bpo-46406 to generate faster code to find machine-word division quotients and remainders. Modern processors compute both with a single machine instruction, but convincing C to exploit that requires writing _less_ "clever" C code.
T
Tim Peters committed
7c26472d09548905d8c158b26b6a2b12de6cdc32
Parent: b18fd54
Committed by GitHub <noreply@github.com>
on 1/25/2022, 1:06:00 AM