[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Opendivx] linux mmx decore...
Hi,
What about this: (I've just found at the forum)
http://magicwb.free.fr/dev/divx.html
It's the mmx implementation of idct and motion comp. code!
(unfortunately no mmx/sse postprocessing yet)
He used nasm under linux, so code is still in intel syntax.
Discovering this, I got an idea:
What about using nasm for both (linux+win+bsd+...) versions?
nasm is a real OS-independent x86 compiler, and using
separated .c and .asm files (instead of inline asm) allow
us to use same .asm code for all x86 platforms.
And while m$ VC doesn't support SSE instructions,
nasm does!!! (prefetch...)
A'rpi / Astral & ESP-team
--
mailto:arpi@thot.banki.hu
http://esp-team.scene.hu
_______________________________________________
Opendivx mailing list
Opendivx@lists.projectmayo.com
http://lists.projectmayo.com/mailman/listinfo/opendivx
Reply To Poster
Local References / HOW-TO / FAQs