Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86inc: Drop SECTION_TEXT macro | Henrik Gramner | 2015-08-04 | 1 | -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 functions | James Almer | 2015-07-30 | 1 | -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> |