[3PP/Build/ARM64] Add missing asm/alignment macros to FFmpeg

This commit is contained in:
Herman S.
2026-03-15 22:22:26 +09:00
parent 3bf6823e5b
commit 207ea025f9

View File

@@ -47,10 +47,23 @@
#define HAVE_NEON_INLINE 1
#define HAVE_VFP_INLINE 1
#define HAVE_INTRINSICS_NEON 1
#define HAVE_AS_FUNC 0
#define HAVE_AS_ARCH_DIRECTIVE 0
#define HAVE_AS_ARCHEXT_CRC_DIRECTIVE 0
#define HAVE_AS_ARCHEXT_DOTPROD_DIRECTIVE 0
#define HAVE_AS_ARCHEXT_I8MM_DIRECTIVE 0
#define HAVE_AS_ARCHEXT_SVE_DIRECTIVE 0
#define HAVE_AS_ARCHEXT_SVE2_DIRECTIVE 0
#define HAVE_AS_ARCHEXT_SME_DIRECTIVE 0
#define HAVE_AS_ARCHEXT_SME_I16I64_DIRECTIVE 0
#define HAVE_AS_ARCHEXT_SME2_DIRECTIVE 0
#define HAVE_ALIGNED_STACK 1
#define HAVE_FAST_64BIT 1
#define HAVE_FAST_CLZ 1
#define HAVE_LOCAL_ALIGNED 1
#define HAVE_SIMD_ALIGN_16 1
#define HAVE_SIMD_ALIGN_32 0
#define HAVE_SIMD_ALIGN_64 0
#elif defined(__x86_64__) || defined(_M_X64)
/* x86_64 (Windows, Linux, Android x86_64) */
#if defined(_WIN32)