Richard On Mon, Mar 3, 2008 at 1:16 PM, Lenard Lindstrom <len-l@xxxxxxxxx
Slightly off topic, but one thing I remembered is that the MMX scaling
code Richard Goedeken so generously donated in not used in Visual C
builds. The MMX code is in AT&T form, not used by masm. So the options
are to add an masm translation of the code to transform.c or just use
the MinGW compiled transform.pyd. Of course VC may be clever enough to
do its own MMX optimization.