(06-20-2011, 09:38 PM)ryancollins Wrote: [ -> ]OK Lectrode, BL 103 WORKS FOR ME (AMD) here is how: You must patch the .exe with a ICC pather (like the one someone posted a link to somewhere in this thread).
Edit: OK I found the post:
(01-25-2011, 02:54 AM)lamedude Wrote: [ -> ]You can try using this to remove the Intel checks.
Unfortunately, doing that to a L103 build is exactly the same as doing that to a L102 build.
You're not fixing the baseline code path, your making the
/QaxSSE3,SSSE3,SSE4.1,SSE4.2,and AVX paths runnable on an AMD processor.
Intel signed an agreement to no longer make apps run slower on other processors.
If they keep their word/contract (and even if they don't), then enabling the /Qax
paths may introduce critical errors when run on an AMD processor. If the app tries
to use something specific to an Intel processor, the app will crash.
The problem with the L103 build is that the baseline code path is corrupted
when compiled with SSE3 instead of SSE2. ICC is, yet again, not liking some of
the code. This means that if I'm going to be able to increase the baseline code
support to SSE3, I'm going to have to find the non-compatible source code.
(06-21-2011, 03:03 AM)sixor Wrote: [ -> ]i don´t know if it helps you, but i always use your releases sse3 32bit, in windows732 in my amd 965be, cero problem
i don´t really know if it is using sse3 or not, but it works nice
It is almost certainly not using the SSE3, the highest it is using is SSE2. HOWEVER,
The ICC optimizations still cause dolphin to run very noticeably faster even on AMD
processors. I would go so far as to say that the main cause of the speed increase
is the ICC optimizations. The SSE is probably just the icing on the cake

Even so, the SSE Instruction sets still make a difference in speed and therefore still
a good thing to have.
I have not actually sat down and tested a non-SSE ICC build against its SSE counterpart
one right after the other. I did it once, but it was a very informal/non-data-collecting test.
I may do that now soon, or at least let you guys test them.
Meh, side tracked lol. Thx for comment sixor
