[FFmpeg-devel] [PATCH] Move MLP's dot product to DSPContext

Loren Merritt lorenm
Fri May 15 11:20:24 CEST 2009


On Fri, 15 May 2009, Diego Biurrun wrote:
> On Thu, May 14, 2009 at 07:44:36PM -0300, Ramiro Polla wrote:
>
>> #if ARCH_X86_64 || (ARCH_X86_32 && HAVE_7REGS)
>>
>> #if ARCH_X86_64
>>
>> #else /* ARCH_X86_32 && HAVE_7REGS */
>>
>> #endif
>>
>> #endif /* ARCH_X86_64 || (ARCH_X86_32 && HAVE_7REGS) */
>
> This had me confused for a moment, please comment the #endif.

Better yet, simplify it to #if HAVE_7REGS

--Loren Merritt



More information about the ffmpeg-devel mailing list