[EMAIL PROTECTED] writes:
> > Use XMM instead.
> 
> Thank you, Paul. I'm pretty sure you meant MMX, Multi-Media eXtensions.

MMX is the obsolete 64 bit predecessor to XMM.  XMM encompasses 128
bit wide MMX-like integer instructions and several generations of SSE
floating point ops.  Main thing about it is that it's 128 bits wide
and has instructions to get cache prefetches started now if you'll
need them later.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to