|
2 |
fixed grammar in title
|
||
Does Do modern compilers optimize the x * 2 operation to x << 1? |
||||
|
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.
|
||||
