Mercurial > libavcodec.hg
comparison rle.h @ 10082:9f4b529bd5c0 libavcodec
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.
author | mru |
---|---|
date | Mon, 24 Aug 2009 21:42:22 +0000 |
parents | c4a4495715dd |
children | 25e9cb2b9477 |
comparison
equal
deleted
inserted
replaced
10081:b870decf566d | 10082:9f4b529bd5c0 |
---|