comparison ppc/float_altivec.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 dd2b5e52336a
children 4d1b9ca628fc
comparison
equal deleted inserted replaced
10081:b870decf566d 10082:9f4b529bd5c0