Mercurial > libavcodec.hg
comparison mlpdsp.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 | 1db34b8dcf15 |
children | 0b220468ba0d |
comparison
equal
deleted
inserted
replaced
10111:ebe5812b39a7 | 10112:e3fc952dd4b2 |
---|