summaryrefslogtreecommitdiff
path: root/apps/codecs/demac/libdemac/predictor-cf.S
AgeCommit message (Expand)Author
2012-04-25Add codecs to librbcodec.Sean Bartell
2010-12-27Redo r28026 so that all .S files get the __ASSEMBLER__ define.Thomas Martitz
2010-11-01Fix typo from r28026 causing warnings on newer gcc.Nils Wallménius
2010-09-07workaround weird gcc behaviourRafaël Carré
2008-12-02Implement mono predictor in assembler for coldfire, yielding a ~6% speedup fo...Jens Arnold
2008-12-01Shuffling around register allocation allows to keep decoded0 and decoded1 in ...Jens Arnold
2008-11-24Branch optimisation in both C (giving hints to gcc - verified using -fprofile...Jens Arnold
2008-11-16Centralise compile-time configuration.Jens Arnold
2007-10-19Shuffle some instructions around for that extra percent of performance. Fix a...Jens Arnold
2007-10-19APE codec: Assembler optimised predictor for coldfire. Heavily based on the a...Jens Arnold