sse/sse2/sse3

what applications dont use any of the intel sse coding?

Everything New Technology 1823 This topic was started by ,


data/avatar/default/avatar12.webp

694 Posts
Location -
Joined 2002-06-10
what applications dont use any of the intel sse coding?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar04.webp

239 Posts
Location -
Joined 2002-06-19
That a pretty broad question. Probably the best guess would be any software made before 1999 or so... when the P3 first came out. New software, I'd say almost all games since about 2001 use it. Some programs are optimized for it, but don't require it. Without asking the software vendor if thier product uses it, I'm not sure how you'd know for sure.
 
Jim

data/avatar/default/avatar12.webp

694 Posts
Location -
Joined 2002-06-10
OP
i read on a different forum that few programs use sse
 
i thought it was odd

data/avatar/default/avatar04.webp

239 Posts
Location -
Joined 2002-06-19
Quote:Isn't SSE the AMD implementation of MMX?

No, AMD licenses Intel's MMX and includes it in thier processors since the K6 or K6-2. SSE is an Intel instruction set (mostly optimizing multimedia stuff I think) introduced in the Pentium3. P4's have a newer instruction set as well, SSE2

AMD has a couple special optimizations of thier own. 3DNOW! was one of them was ok, but it never really took off. I'm not sure if they include it in thier processors any more.

Jim

data/avatar/default/avatar27.webp

1117 Posts
Location -
Joined 2000-01-23
MMX = Intel's optimized integer opcodes.
3DNow! = AMD's answer to MMX, though they ended up just including MMX too.
SSE = Intel's optimized floating-point opcodes. Yes, this can be applied to multimedia, but also anything that uses floating-point code with a lot of parallelism.
 
Xbit has a decent article going into all of these sets:
http://www.xbitlabs.com/articles/cpu/display/prescott-sse.html