Hello,
I try using Intel® Software Development Emulator with Visual Studio 2013 but I have troubles.
Try to start a debug session with SDE Debugger fails, saying my programme (of the visual studio project) could not be launched because of a missing component dll. CTRL + F5 will start the programm but it crashes soon.
Running SDE tool with my exes from a command is fine. But one of my shuffles seems wrong so I would like to inspect vector registers at a certain part. Any idea? Or is VS2013 not supported?
First, I thought it is because of using OpenCV too, but as it runs from command line. And even a main only test project with few AVX instructions fails.