Next Generation Emulation banner

pcsx2 0.8.1 compiled on Intel 9.0 with SSE3 optimized

2516 Views 9 Replies 6 Participants Last post by  General Plot
This one i compiled pcsx2SSE2-0.8.1 on Intel c++ compilier 9.0 using vc2003 and turn on optimize with

-Intel Pentium(R) 4 Processor with Streaming SIMD Extensions 3 (SSE3) (/QxP)
-Enable Parallelization (/Qparallel)
-Maximize Speed plus High Level Optimizations (/O3) [Intel C++]

if your cpu not have sse3 feature ,illegal intruction exception will raise when sse3 intruction get executed(maybe crashed).

not tested yet because i dont' have sse3 enabled processor .
test and report me will be cool.

Best regard.
Teerayoot.

Please re attach - my sincere apologies.
1 - 2 of 10 Posts
I tried this out on an extreme edition P4 that supports SSE3 (verified that it supports those instructions with CPU ID) and I get the following error: This application has failed to start because gnu_gettext.dll was not found. Re-installing the application may fix this problem.
Seems like something may have gotten lost in the recompiling.
Yeah, I just tested it too. (Thanks for the dll). I didn't notice any difference from the current release. May be as cooliscool said about it needing to be hand optimized to utilize these instructions for performance gain. No biggie.
1 - 2 of 10 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top