summaryrefslogtreecommitdiff
path: root/libavutil/aarch64
Commit message (Expand)AuthorAge
* aarch64: Use regular hwcaps flags instead of HWCAP_CPUID for CPU feature dete...Martin Storsjö2024-03-04
* libavutil/aarch64/cpu.c: HWCAPS requires inline asm support.Reimar Döffinger2023-11-02
* aarch64: Simplify the linux runtime cpu detection codeMartin Storsjö2023-10-31
* aarch64: Only enable extensions in the intended files/regionsMartin Storsjö2023-10-24
* aarch64: Stop using asm/hwcap.h for the HWCAP_* detectionMartin Storsjö2023-10-24
* aarch64: Manually tweak vertical alignment/indentation in tx_float_neon.SMartin Storsjö2023-10-21
* aarch64: Make the indentation more consistentMartin Storsjö2023-10-21
* aarch64: Consistently use lowercase for vector element specifiersMartin Storsjö2023-10-21
* aarch64: remove VFP feature checkRémi Denis-Courmont2023-07-15
* aarch64: Add Windows runtime detection of the dotprod instructionsMartin Storsjö2023-06-06
* aarch64: Add Apple runtime detection of dotprod and i8mm using sysctlMartin Storsjö2023-06-06
* aarch64: Add Linux runtime cpu feature detection using HWCAP_CPUIDMartin Storsjö2023-06-06
* aarch64: Add cpu flags for the dotprod and i8mm extensionsMartin Storsjö2023-06-06
* configure: aarch64: Support assembling the dotprod and i8mm arch extensionsMartin Storsjö2023-06-06
* lavu/tx: refactor to explicitly track and convert lookup table orderLynne2022-11-24
* aarch64: Implement stack spilling in a consistent way.Reimar Döffinger2022-10-11
* aarch64/tx_float: fix compilationLynne2022-09-06
* aarch64: relax byte-swap assembler constraintsRémi Denis-Courmont2022-09-03
* lavu/tx: implement aarch64 NEON SIMD FFTLynne2022-08-25
* aarch64: Only emit the PAC/BTI note section when targeting ELFMartin Storsjö2022-03-15
* arm64: Add Armv8.3-A PAC support to assembly filesAndre Kempe2022-03-09
* aarch64: Add Armv8.5-A BTI supportJonathan Wright2021-11-16
* arm/aarch64: Use mach_absolute_time as timer on apple platformsMartin Storsjö2021-02-21
* aarch64: Explicitly forbid using the x18 registerMartin Storsjö2020-05-15
* Add assembly support for -fsanitize=hwaddress tagged globals.Peter Collingbourne2019-08-22
* Merge commit '41cf3e3b1ca375962951fde1b90a03b16197d205'James Almer2019-02-20
|\
| * arm: Create proper .rdata sections for COFFMartin Storsjö2019-01-25
* | Merge commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906'James Almer2018-02-11
|\|
| * Drop some unnecessary config.h #includesDiego Biurrun2018-02-06
* | Merge commit '69ac24e556c6fbc7138be5a60d0b90d2a5676c3d'James Almer2017-11-11
|\|
| * aarch64: Get rid of a stray double spaceMartin Storsjö2017-10-18
| * cpu: split flag checks per arch in av_cpu_max_align()James Almer2017-10-09
* | Merge commit '7b7760ad6efb7b96122aa7133ad21e22653ae222'James Almer2017-11-11
|\|
| * aarch64: Fix negative movrel offsets for windowsMartin Storsjö2017-08-22
| * aarch64: Add parentheses around the offset parameter in movrelMartin Storsjö2017-02-16
| * aarch64: Add an offset parameter to the movrel macroMartin Storsjö2016-11-10
* | avutil/cpu: split flag checks per arch in av_cpu_max_align()James Almer2017-09-27
* | aarch64: Add parentheses around the offset parameter in movrelMartin Storsjö2017-03-11
* | aarch64: Add an offset parameter to the movrel macroMartin Storsjö2016-11-15
* | all: Add missing header guardsTimothy Gu2016-01-28
* | Merge commit '64034849dad8410bedbe1def4c533490fb85cc4a'Hendrik Leppkes2016-01-02
|\|
| * arm64: add cycle counter supportJanne Grunau2015-12-14
* | Merge commit '780cd20b00a69e26bbfffbb8eec16fbe999ea793'Michael Niedermayer2014-12-09
|\|
| * aarch64: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-09
* | Merge commit 'a238b83b13640e3192d7d4aaad2242f13a9a84a1'Michael Niedermayer2014-08-04
|\|
| * aarch64: use MACH-O const data asm directive in const macroJanne Grunau2014-08-04
* | Merge commit 'd5a55981986ac5d1a31aef3a8d16eaff8534a412'Michael Niedermayer2014-06-04
|\|
| * build: check if AS supports the '.func' directiveJanne Grunau2014-06-03
* | Merge commit '68a06b3a639ee21c78532ee4c50c3366bf890ff7'Michael Niedermayer2014-06-03
|\|
| * aarch64: use '#' for whole line asm commentsJanne Grunau2014-06-03