What does "MMX" means in old processors?

pitupepito2000

Golden Member
Aug 2, 2002
1,181
0
0
Hi,

I have an old computer in the house and the processor is a pentium 2 MMX. I was wondering what does this MMX mean? Does it mean lower performance?

Thanks for the input!
 

aircooled

Lifer
Oct 10, 2000
15,965
1
0
It means Multi-Media eXtensions. Intel first aded it to the pentium 166MMX. It does not lower performance.
 

Alphazero

Golden Member
May 9, 2002
1,057
0
0
MMX is the old multimedia instruction set in Intel CPUs, supported since the Pentium 166 MMX and superceded by SSE in the Pentium 3.
 

AndyHui

Administrator Emeritus<br>Elite Member<br>AT FAQ M
Oct 9, 1999
13,141
17
81
MMX are a set of Multi Media Extensions to the x86 instruction set, and pretty much the first "forward step" in the x86 ISA for quite a while.

They are essentially SIMD instructions for Integer Operations, and first introduced with the Pentium MMX processor.

SSE and SSE2 DO NOT replace/supercede MMX, but rather complement it, as they are for Floating Point operations.

All Intel processors since the Pentium MMX (which was introduced in 1997, after the Pentium Pro), and all AMD processors since the K6, include the MMX instruction set.

Intel doesn't make much of a fuss over MMX these days since all processors support it. Their application and performance increase is limited to DSP type functionality, and assist most with video playback and WinModems (Host Signal Processing).