You are not logged in.
Pages: 1
Here is a blog (in Traditional Chinese) http://idaiwan.pixnet.net/blog/post/30617901 who built Desmume with Intel C++ Compiler (ICC) and VS 2010. And they reported ICC is not faster than VS 2010 in x64. Below is some frame rate I copied from the blog.
Intel_x64 50
Intel_x86 50
VS2008_x64 53
VS2008_x86 48
VS2010_x64 53
VS2010_x86 Failure
However, x64 binary from VS 2010 is not as stable as it from VS 2008. So, some issues may need to fix before using VS 2010 to build Desmume
Binary built by VS 2010 suppose be much faster than VS 2008. According to MSDN's blog, http://blogs.msdn.com/b/vcblog/archive/ … d-pgo.aspx VS2010 will be 10% faster. The fastest binary is generated with VS2010 x64, whole program optimization and PGO.
So, I believed it worthwhile to investigate this issues in VS2010.
Pages: 1