Mercurial > libavcodec.hg
comparison x86/dsputil_mmx_avg_template.c @ 10112:e3fc952dd4b2 libavcodec
Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16
The DECLARE_ALIGNED_8 macro is defined to align to 16 bytes instead
the 8 suggested by the name on some CPUs. None of the uses of this
macro ever need 16-byte alignment, cases which once did having been
changed to always specify 16 bytes explicitly.
author | mru |
---|---|
date | Fri, 28 Aug 2009 23:39:02 +0000 |
parents | 04423b2f6e0b |
children | 36b60aa6bc75 |
comparison
equal
deleted
inserted
replaced
10111:ebe5812b39a7 | 10112:e3fc952dd4b2 |
---|