[FFmpeg-devel] [PATCH] Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16

Måns Rullgård mans
Sat Aug 29 01:39:25 CEST 2009


Michael Niedermayer <michaelni at gmx.at> writes:

> On Wed, Aug 26, 2009 at 11:50:21PM +0100, Mans Rullgard wrote:
>> 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.
>> ---
>>  libavcodec/dsputil.h |    5 -----
>>  1 files changed, 0 insertions(+), 5 deletions(-)
>
> ok

Applied.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list