aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/aacpsdsp.asm
Commit message (Collapse)AuthorAgeFilesLines
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-041-1/+1
| | | | | The .text section is already 16-byte aligned by default on all supported platforms so `SECTION_TEXT` isn't any different from `SECTION .text`.
* x86/aacpsdsp: add SSE and SSE3 optimized functionsJames Almer2015-07-301-0/+215
Between 1.5 and 2.5 times faster Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>