PPC: remove unnecessary alignment on local variables
authorMåns Rullgård <mans@mansr.com>
Mon, 24 Aug 2009 21:42:22 +0000 (21:42 +0000)
committerMåns Rullgård <mans@mansr.com>
Mon, 24 Aug 2009 21:42:22 +0000 (21:42 +0000)
commitafe08a728ad5fa7b9211e2f1a7c7adc859e48aca
tree98e8a0485dc6a6df8ef785bd978a3d47051f2cb1
parentce78113d5a4eee6adc1390694f438b98f04c92ac
PPC: remove unnecessary alignment on local variables

Storing a single element from a vector where all elements have the same
value does not require an aligned destination.  Which element is stored
depends on the alignment of the destination address, but since they all
have the same value, the result is the same regardless of the alignment.

Originally committed as revision 19696 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ppc/dsputil_altivec.c
libavcodec/ppc/int_altivec.c