Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add aarch64 assembly optimization (ARMv8a 64 bits) | Lexyan | 2016-09-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | The fixmuldiv functions don't need inline assembly to be fast in this architecture; the compiler (both clang and GCC) figure out to use the optimal instructions for this (which is 2 instruction sequence), and when letting the compiler emit the instructions instead of using inline assembly, the compiler is able to interleave those instructions with other instructions, improving scheduling, making it even faster than when using inline assembly. Overall, this gives about 50% speedup. | ||||
* | Add ppc optimization for clz and fixmul | Mark Harris | 2014-05-26 | 1 | -0/+3 |
| | | | | | Optimize ppc/ppc64 similar to i386/x86_64, approximately doubling encoding speed on a Power Mac G5 running OS X 10.5.8. | ||||
* | Disclaimer update, lib version increment | Jean-Michel Trivi | 2013-08-20 | 1 | -1/+1 |
| | | | | | | | | | - Update disclaimer in all source files. - Increment library version in each FDK sub-module. Bug 9428126 Change-Id: I490b96d4ee472246b01483202b0bb4f1e9c2a5d7 | ||||
* | Snapshot 2bda038c163298531d47394bc2c09e1409c5d0db | The Android Open Source Project | 2012-07-11 | 1 | -0/+286 |
Change-Id: If584e579464f28b97d50e51fc76ba654a5536c54 |