• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 43 44 45 46 47 ... 117 Next »

3.0-776 Up! Lectrode's Dolphin Builds (SSE 3,S3,4.1,4.2,AVX ICC Optimized)+OpenMP
View New Posts | View Today's Posts

Poll: What Should I Build? 32 and 64bit Windows buids:
Regular build + SSE3
Regular build + SSE4.1
Regular build + SSE4.2
All of them, but ONLY for future revisions. Don't build any old revisions.
[Show Results]
 
 
Pages (151): « Previous 1 ... 75 76 77 78 79 ... 151 Next »
Jump to page 
Thread Rating:
  • 41 Vote(s) - 4.37 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
3.0-776 Up! Lectrode's Dolphin Builds (SSE 3,S3,4.1,4.2,AVX ICC Optimized)+OpenMP
02-07-2011, 10:05 AM
#761
bimjim
Unregistered
 
now, no problem with the site. it works fine.

i like your site and compiled work! stay tuned Wink.
thx for all Wink



...sorry for my broken english
Reply
02-07-2011, 10:21 AM
#762
boogerlad Offline
Above and Beyond
*******
Posts: 1,134
Threads: 21
Joined: Apr 2009
just wondering, but when you compile your builds, do you build with the _M_SSE=0x402 macro? If you did, that would save me the need from having to compile my own, which is currently failing lol. Also, when you compile for sse4.2, does it turn http://code.google.com/p/dolphin-emu/source/detail?r=7060 on?
Find
Reply
02-07-2011, 10:31 AM
#763
Lectrode Offline
1 Kid, 1 Laptop... yeah we're screwed =P
****
Posts: 559
Threads: 3
Joined: May 2010
(02-07-2011, 10:05 AM)bimjim Wrote: now, no problem with the site. it works fine.
i like your site and compiled work! stay tuned Wink.
thx for all Wink
your welcome Smile

(02-07-2011, 10:21 AM)boogerlad Wrote: just wondering, but when you compile your builds, do you build with the _M_SSE=0x402 macro? If you did, that would save me the need from having to compile my own, which is currently failing lol. Also, when you compile for sse4.2, does it turn http://code.google.com/p/dolphin-emu/source/detail?r=7060 on?
I do not currently use that macro. Sometime in the near future, I wish to test that macro vs. the ICC command line switch "/QaxSSE#"
The SSE4.2 code you refer to is automatically "turned on" if you run that revision (or any revision after that with that code) on a computer that has a CPU that supports SSE4.2, no matter who/what it was compiled by.
That code is a single use of a SSE4.2 shortcut, whereas builds with /QaxSSE or QxSSE or /arch:SSE have multiple SSE4.2 shortcuts (they are theoretically/potentially faster).
Like I said, I plan on running tests and building beta builds and whatnot, but first I have to get my compiler working again >.< Tongue
[Image: sig.png]

[Image: 1339673.png]
Website Find
Reply
02-07-2011, 11:05 AM
#764
boogerlad Offline
Above and Beyond
*******
Posts: 1,134
Threads: 21
Joined: Apr 2009
ah, makes sense now. I wish that the other texture decoder/dsp lle optimizations were like that =(
glad you're still working hard on this. I can't even get a regular msvc build working =P
Find
Reply
02-07-2011, 01:02 PM (This post was last modified: 02-07-2011, 01:03 PM by Lectrode.)
#765
Lectrode Offline
1 Kid, 1 Laptop... yeah we're screwed =P
****
Posts: 559
Threads: 3
Joined: May 2010
(02-07-2011, 11:05 AM)boogerlad Wrote: I can't even get a regular msvc build working =P
Really? As of r7095, you can compile both 32bit and 64bit with both VS2008 and VS2010. All 4 compiled programs run correctly.
From a fresh install, the only settings I change on them are the VC++ directories.
[Image: sig.png]

[Image: 1339673.png]
Website Find
Reply
02-07-2011, 02:46 PM
#766
boogerlad Offline
Above and Beyond
*******
Posts: 1,134
Threads: 21
Joined: Apr 2009
yeah, fresh install 7 sp1 x64, tortoise, vs2008. see my thread here: http://forums.dolphin-emu.org/showthread.php?tid=14951&pid=138050#pid138050
Find
Reply
02-08-2011, 04:48 AM
#767
NaturalViolence Offline
It's not that I hate people, I just hate stupid people
*******
Posts: 9,013
Threads: 24
Joined: Oct 2009
Hey lectrode.

Can I get 6970 SSE3 x64 compiled please (with or without patches, I would prefer without)?
"Normally if given a choice between doing something and nothing, I’d choose to do nothing. But I would do something if it helps someone else do nothing. I’d work all night if it meant nothing got done."  
-Ron Swanson

"I shall be a good politician, even if it kills me. Or if it kills anyone else for that matter. "
-Mark Antony
Website Find
Reply
02-08-2011, 10:10 AM (This post was last modified: 02-13-2011, 12:20 PM by Lectrode.)
#768
Lectrode Offline
1 Kid, 1 Laptop... yeah we're screwed =P
****
Posts: 559
Threads: 3
Joined: May 2010
(02-08-2011, 04:48 AM)NaturalViolence Wrote: Hey lectrode.
Can I get 6970 SSE3 x64 compiled please (with or without patches, I would prefer without)?
Will do as soon as I can.
Turns out I can't even compile builds I've already compiled, so something changed on my end. I have no idea what, I rarely even look at the compiler settings let alone change them, so I'm reinstalling everything: Operating System, Compilers, Drivers, etc. Everything. I'm hoping this will fix whatever was bugged. If it doesn't, I will be literally clueless as to what could possibly causing the ICC compilers to fail.

EDIT: It just occurred to me that this may have been the result of installing both ICC 11.1.065 and ICC XE on the same machine, XE first and then 11.1.065. Idk, I could be completely off but if this is the case I'll find out shortly.
EDIT: Installation order was not the cause of the issue.
[Image: sig.png]

[Image: 1339673.png]
Website Find
Reply
02-08-2011, 12:16 PM
#769
NaturalViolence Offline
It's not that I hate people, I just hate stupid people
*******
Posts: 9,013
Threads: 24
Joined: Oct 2009
If I give you some modified source code will you compile that as well once you get it working?
"Normally if given a choice between doing something and nothing, I’d choose to do nothing. But I would do something if it helps someone else do nothing. I’d work all night if it meant nothing got done."  
-Ron Swanson

"I shall be a good politician, even if it kills me. Or if it kills anyone else for that matter. "
-Mark Antony
Website Find
Reply
02-08-2011, 12:22 PM
#770
Lectrode Offline
1 Kid, 1 Laptop... yeah we're screwed =P
****
Posts: 559
Threads: 3
Joined: May 2010
(02-08-2011, 12:16 PM)NaturalViolence Wrote: If I give you some modified source code will you compile that as well once you get it working?
Sure. Actually, it'd probably be easier to PM me a patch with all the modifications instead of sending all ~120MB worth of source code, although if you really want to send the source code 7-zip can get it down to ~28MB.
[Image: sig.png]

[Image: 1339673.png]
Website Find
Reply
« Next Oldest | Next Newest »
Pages (151): « Previous 1 ... 75 76 77 78 79 ... 151 Next »
Jump to page 


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode