show/hide this revision's text 2 fixed grammar in title

Does Do modern compilers optimize the x * 2 operation to x << 1?

show/hide this revision's text 1

Does modern compilers optimize the x * 2 operation to x << 1?

Does the C++ compiler optimize this operation?

I would love to believe that yes.