Skip to content
Snippets Groups Projects
Commit e788ca05 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

hevcdec: Use LOCAL_ALIGNED_* for declaring local variables with alignment


Not all compilers can do alignment larger than the normal stack alignment
for variables on the stack. In these cases, the LOCAL_ALIGNED_* macros
produce the workaround alignment wrapper consisting of a padded array
and a pointer variable.

This fixes the hevc fate tests on RVCT/ARMCC after adding IDCT assembly
that actually assumes/relies on this alignment.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent fbc6f190
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment