|
|
|
|
|
by asQuirreL
52 days ago
|
|
A carry lookahead adder makes your circuit depth logarithmic in the width of the inputs vs linear for a ripple carry adder, but that is still asymptotically worse than XORs constant depth. (But this does not discount the fact that basically all CPUs treat them both as one cycle) |
|