Comment by mkeeter
4 years ago
I was trusting the compiler on this one, but after someone asked this question on Twitter, I doubled-checked: https://cppx.godbolt.org/z/fhTGcx
Sure enough, it compiles down to "add rax, 7"
4 years ago
I was trusting the compiler on this one, but after someone asked this question on Twitter, I doubled-checked: https://cppx.godbolt.org/z/fhTGcx
Sure enough, it compiles down to "add rax, 7"
I figured it would, but I didn't want to assume. Thanks!