android_external_ffmpeg/libavutil/x86
Zhao Zhili 1e2d86201f Revert "avutil/tx_template: extend to 2M"
This reverts commit 8f48a62, 9af8782, and bd3e71b.

Commit 8f48a62 extends tx to 2M, resulting in the tx_float bss
section reaching a size of 4M.

This isn't a issue on devices with normal memory sizes and OS
supporting virtual memory. But it's a real issue for embedded devices
with realtime OS, which may not support virtual memory, e.g., Nuttx.
This 4M of bss section map to physical memory directly, which is a
scarce resource on embedded devices.
2025-12-13 15:14:38 +00:00
..
aes.asm avutil/x86/aes: remove a few branches 2025-04-10 12:02:34 -03:00
aes_init.c avutil/x86/aes: remove a few branches 2025-04-10 12:02:34 -03:00
asm.h avutil/x86/asm: Remove wrong comment, rename FF_REG_sp 2025-11-18 20:41:13 +01:00
bswap.h
cpu.c swscale: Disable avx2 hscale 8to15 on IceLake and below due to Intel Gather Data Sampling mitigation performance loss 2025-09-06 20:57:48 +00:00
cpu.h avutil/x86/cpu: Remove 3dnow flags, macros 2025-10-25 07:27:11 +02:00
cpuid.asm
emms.asm
fixed_dsp.asm
fixed_dsp_init.c
float_dsp.asm
float_dsp_init.c
imgutils.asm
imgutils_init.c
intmath.h avutil/intmath: use AV_HAS_BUILTIN to detect builtin availability 2025-06-12 14:17:37 +03:00
intreadwrite.h x86/intreadwrite: add SSE2 optimized AV_COPY128U 2024-07-29 23:17:52 -03:00
lls.asm
lls_init.c
Makefile avutil/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
pixelutils.asm
pixelutils.h
pixelutils_init.c
timer.h
tx_float.asm Revert "avutil/tx_template: extend to 2M" 2025-12-13 15:14:38 +00:00
tx_float_init.c Revert "avutil/tx_template: extend to 2M" 2025-12-13 15:14:38 +00:00
w64xmmtest.h
x86inc.asm avutil/x86/x86inc: Use parentheses in has_epilogue 2025-11-30 00:15:43 +01:00
x86util.asm