Posts: 16
Threads: 5
Joined: Aug 2011
Reputation:
0
09-05-2011, 01:40 AM
(This post was last modified: 09-05-2011, 01:41 AM by leecherman.)
Hi, i want to know what is the different between those :
SSE2, SSE4, SSSE3
In speed & performance ?
Posts: 90
Threads: 4
Joined: Nov 2009
09-05-2011, 01:55 AM
(This post was last modified: 09-05-2011, 02:10 AM by Memory Card.)
(09-05-2011, 01:40 AM)leecherman Wrote: Hi, i want to know what is the different between those :
SSE2, SSE4, SSSE3
In speed & performance ?
4 is a higher number then 2, thus SSE4 is better.
but, SSSE3 has an Additional S and 3 is higher then 2 thus better then SSE2
3 is a lower number then 4 but SSSE3 has an Additional S, so SSSE3 and SS4 are equal
I hope this First Grade Lecture has Helped You
don't forget AVX!
Posts: 3.018
Threads: 88
Joined: Jul 2010
Location: FREE SYRIA
someone should make a thread about this any volunteers
Posts: 90
Threads: 4
Joined: Nov 2009
(09-05-2011, 03:17 AM)abdo123 Wrote: someone should make a thread about this any volunteers
Someone who knows C++ and can Code using all of these Instructions should make the Thread
Posts: 730
Threads: 29
Joined: Nov 2008
Reputation:
20
you know, that's not a bad idea.
i should probably make a dev blog on this topic since its such a frequently asked question.