Is it possible to compile mac builds optimized for sse?
How can someone do it? Is it easy to do?
Thank you for your answers
How can someone do it? Is it easy to do?
Thank you for your answers

MAC and SSE Optimized Dolphin Builds
|
02-27-2011, 10:27 AM
Is it possible to compile mac builds optimized for sse?
How can someone do it? Is it easy to do? Thank you for your answers ![]() 02-28-2011, 06:10 PM
The default mac build should have SSE instructions given it has the -march core2 flag, which implies sse1/2/3/ssse3
03-02-2011, 09:47 AM
Technically all dolphin builds are sse3 optimized since dolphin has some sse3 optimized code. The only difference with the "optimized builds" are that they are compiled with ICC and corresponding sse flags.
"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 03-04-2011, 05:29 AM
If I want to compile them with ICC and sse flags what should I do? Is there some tutorial to follow?
03-04-2011, 07:32 AM
Use google.
"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 03-07-2011, 08:38 AM
|
« Next Oldest | Next Newest »
|