diff options
author | Måns Rullgård <mans@mansr.com> | 2009-08-24 21:42:22 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-08-24 21:42:22 +0000 |
commit | afe08a728ad5fa7b9211e2f1a7c7adc859e48aca (patch) | |
tree | 98e8a0485dc6a6df8ef785bd978a3d47051f2cb1 /doc/texi2pod.pl | |
parent | ce78113d5a4eee6adc1390694f438b98f04c92ac (diff) | |
download | ffmpeg-afe08a728ad5fa7b9211e2f1a7c7adc859e48aca.tar.gz |
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
Diffstat (limited to 'doc/texi2pod.pl')
0 files changed, 0 insertions, 0 deletions