comparison svq3.c @ 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 617166c76faf
children 38cfe222e1a4
comparison
equal deleted inserted replaced
10081:b870decf566d 10082:9f4b529bd5c0