Re[2]: [XviD-devel] inlined SAD

Radoslaw Czyz xvid-devel@xvid.org
Wed, 4 Sep 2002 00:11:05 -0700


> yes, I have inlined versions of all assembler functions (VC++ inlined), but
> not the latest versions. However it doesn't make a difference for sad
> because there weren't important changes for months...

Hi. Thanks for that. I just have a question. Can I do the following:

#ifdef WIN32
// inlined assembler version
#else
// use nasm assembler
#endif

?
That would make it compilable in gcc, right? I saw a similar code in
current xvid somewhere... Just wanted to make sure.

Thanks again
Radek