summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64/mdct_neon.S
Commit message (Collapse)AuthorAge
* arm64: Add Armv8.3-A PAC support to assembly filesAndre Kempe2022-03-09
| | | | | | | | | | | This patch adds optional support for Arm Pointer Authentication Codes. PAC support is turned on or off at compile time using additional compiler flags. Unless any of these is enabled explicitly, no additional code will be emitted at all. Signed-off-by: André Kempe <andre.kempe@arm.com> Signed-off-by: Martin Storsjö <martin@martin.st>
* Merge commit 'ee2bc5974fe64fd214f52574400ae01c85f4b855'Michael Niedermayer2014-04-22
| | | | | | | * commit 'ee2bc5974fe64fd214f52574400ae01c85f4b855': aarch64: NEON float (i)MDCT Merged-by: Michael Niedermayer <michaelni@gmx.at>
* aarch64: NEON float (i)MDCTJanne Grunau2014-04-22
Approximately as fast as the ARM NEON version on Apple's A7.