[EMAIL PROTECTED] writes:
> I mean chips of the family that goes back to the 8086 and 8088 chips,
> chips that support the REPZ prefix to the MOVSW instruction.

repz movsw is a pretty lame way to copy data on current x86's. 
Use XMM instead.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to