Mercurial > libavcodec.hg
comparison x86/h264_deblock_sse2.asm @ 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 | c08ca946c80a |
children | 980030a3e315 |
comparison
equal
deleted
inserted
replaced
10111:ebe5812b39a7 | 10112:e3fc952dd4b2 |
---|