[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] transform module not MMX



ah,

cool.  So the filter_shrink_Y_MMX function still needs to be fixed?

On 8/15/07, Lenard Lindstrom <len-l@xxxxxxxxx> wrote:
> Lenard Lindstrom wrote:
> > Lenard Lindstrom wrote:
> >>
> >> The assembler code in the transform module is not MMX as advertised.
> >> It contains at least one SSE instruction: PSHUFW .
> >>
> >
> > This is a patch for SVN transform.c that removes the offensive SSE
> > instructions when the macro NO_SSE is defined.
> >
>
> Never mind. I overlooked the PMULHUW SSE instructions in
> filter_shrink_Y_MMX .
>
> --
> Lenard Lindstrom
> <len-l@xxxxxxxxx>
>
>