libdemac: Add x86/x86_64 MMX asm for the filters. Not relevant for target but speeds...
commit76441bf5dfb9e62579bb68468c0e5b9d90dbf92c
authoramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Mon, 15 Feb 2010 01:27:04 +0000 (15 01:27 +0000)
committeramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Mon, 15 Feb 2010 01:27:04 +0000 (15 01:27 +0000)
treef55f5f0e2192d34f658000f537d96767bfa5533d
parent838149610f46703cc10097f9d5118ba76e7933a0
libdemac: Add x86/x86_64 MMX asm for the filters. Not relevant for target but speeds up decoding on x86/x86_64 sims. Average speedup ranges from 25% for -c2000 to 3 times for -c5000; on Intel Atom it's even 45% for -c2000 to 6 times for -c5000.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24663 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/demac/libdemac/filter.c
apps/codecs/demac/libdemac/vector_math16_mmx.h [new file with mode: 0644]
tools/configure