Commit e7b59c69 authored by mru's avatar mru

ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEON

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14961 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 798d4e8e
......@@ -591,6 +591,11 @@ void dsputil_init_pix_mmx(DSPContext* c, AVCodecContext *avctx);
extern int mm_flags;
#ifdef HAVE_NEON
# define DECLARE_ALIGNED_8(t, v) DECLARE_ALIGNED(16, t, v)
# define STRIDE_ALIGN 16
#endif
#elif defined(ARCH_POWERPC)
#define MM_ALTIVEC 0x0001 /* standard AltiVec */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment