I am getting a performance improvement on switching to VS2013.
7x7 convolution on 14kx7k image which was taking 2300ms is now taking 690ms in VS2013.
Though it is good, I want to understand the reason for this.
On searching the web I found out VS2010 optimizer only targets SSE2. Any other reasons for this optimization?