|
|
|
|
|
by hairtuq
1813 days ago
|
|
You don't necessarily need a wider type (which might be slower to work with), you can just calculate (n|1) * ((n+1)/2). Clang does something much more complicated, probably because for it is just a special case of some much more general optimization. |
|