summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64/fmtconvert_init.c
Commit message (Collapse)AuthorAge
* Merge commit 'a0fc780a2093784e8664f88205ee1b215e109cee'Hendrik Leppkes2016-01-02
| | | | | | | * commit 'a0fc780a2093784e8664f88205ee1b215e109cee': arm64: int32_to_float_fmul neon asm Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
* arm64: int32_to_float_fmul neon asmJanne Grunau2015-12-14
3% faster dts decoding on a cortex-a57. cortex-a57 cortex-a53 int32_to_float_fmul_array8_c: 1270.9 4475.6 int32_to_float_fmul_array8_neon: 328.6 569.2 int32_to_float_fmul_scalar_c: 928.5 4119.6 int32_to_float_fmul_scalar_neon: 309.1 524.1