|
|
|
|
|
by olvy0
1401 days ago
|
|
Interesting - in the godbolt.org link, looks like both GCC and Clang optimize the code to run at compile time, so the resulting function is just "mov eax, 24". But MSVC latest instead generates the full runtime code and function call. |
|
Should this be reported anywhere?