[FFmpeg-devel] [PATCH 2/2] aarch64: Only enable extensions in the intended files/regions
Martin Storsjö
martin at martin.st
Tue Oct 24 15:06:58 EEST 2023
On Wed, 18 Oct 2023, Martin Storsjö wrote:
> This eases actual development of the assembly functions, by only
> allowing extension instructions within the sections that explicitly
> enable them, instead of having all extensions enabled everywhere.
> ---
> libavcodec/aarch64/hevcdsp_epel_neon.S | 3 ++-
> libavcodec/aarch64/hevcdsp_qpel_neon.S | 2 ++
> libavutil/aarch64/asm.S | 16 ++++++++++++++--
> 3 files changed, 18 insertions(+), 3 deletions(-)
Pushed.
// Martin
More information about the ffmpeg-devel
mailing list