C++ view assembly (auto-vectorizer) (MSVC) (clang/LLVM)
This link ( http://bit.ly/1yLKB8O ) describes three ways to view assembly code in the Visual Studio debugger
1) While stepping your code in Visual Studio debugger, do (ctrl+alt+d) or right click -> Go To Disassembly
2) Right-click project settings -> C/C++ -> Output Files -> ASM List Location. The *.asm or *.cod file will be output to your build output folder such as
mepem37 :: 2015/01/28 (Wednesday, January 28, 2015) :: C++, Programming & Computer Science :: No Comments »