Correct me if I'm wrong but
changing it to
Code:
#elif _MSC_VER >= 1500 || __INTEL_COMPILER
would fix that.
(09-02-2011, 07:12 AM)neobrain Wrote: [ -> ]http://code.google.com/p/dolphin-emu/source/browse/Source/Core/Common/Src/Common.h#147
(09-02-2011, 07:20 AM)ExtremeDude2 Wrote: [ -> ]But is there a reason that line 146 says VS 2008 :p
(09-02-2011, 07:27 AM)FilthyMonkey Wrote: [ -> ]The comparison is a greater than or equal to. The define is set to 0x402 if you are compiling with VS 2008 or newer.
That define is also why I believe a lot of the ICC builds posted here do not perform all that well in actual testing. The people releasing ICC builds have not been setting it, and in my testing those hand-coded optimizations give a noticeable speed increase.
(09-02-2011, 08:49 AM)lamedude Wrote: [ -> ]Correct me if I'm wrong but changing it to
Code:
#elif _MSC_VER >= 1500 || __INTEL_COMPILER
would fix that.
Useful info here!
Any other VS defines I should know about?
As soon as I figure out GIT and get ICC compiling again, I will be sure to test this.
Make sure to build 11933bf6b5fd, we need to get as much feedback as possible for this one on all three hw graphics backends, it possibly fixes lots of glitches
I'll have to give your builds a shot and see how they perform. I'll let you know how everything worked once I get around to trying it out!
I lost my internet today so I couldn't up date today, but I will tomorrow

My computer is being stupid so I won't update till Sunday
