summaryrefslogtreecommitdiff
path: root/apps/codecs/demac/libdemac/vector_math16_armv6.h (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* Correction to clobber lists of several codec's inline assembly.Andree Buschmann2010-05-29
* Get rid of .rept in inline asm() blocks where possible. Using .rept causes gc...Jens Arnold2010-03-03
* APE: Fused vector math for the filters on ARMv6. Speedup is ~2.5% for -c2000,...Jens Arnold2010-02-08
* Tweak the ARMv6 filter assembly a bit further.Jens Arnold2008-11-24
* Several tweaks and cleanups: * Use .rept instead of repeated macros for repea...Jens Arnold2008-11-19
* Another minor improvement: better pipelining and one less register used in ve...Jens Arnold2008-10-07
* APE: Further ARMv6 filter optimisations: Save 4 'ror's per round by utilising...Jens Arnold2008-10-07
* Further speedup for ARMv6 by better pipelining in scalarproduct().Jens Arnold2008-10-03
* Fix static noise on armv6.Jens Arnold2008-10-03
* Add preliminary ARMv5te optimisations (verified working, but can probably be ...Jens Arnold2008-10-03
* Add armv6 specific asm code for the APE filters, speeding up -c2000..-c5000 a...Jens Arnold2008-10-03