| The MMX Emulator library provides a simple way to (slowly) execute binaries that use MMX instructions, on processors that do not support them. It can be used if you want to develop MMX code, or execute MMX binaries, on a non-MMX Intel compatible CPU. Please note that well written MMX binaries should contain the equivalent non-MMX code, since the emulation will always be really slow, and MMX code is all about speed. |