Commit ddac3053 authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/ppc/util_altivec: add () to VEC_LD macro arguments

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 1a1a98f6
......@@ -87,7 +87,7 @@ do { \
#if HAVE_BIGENDIAN
#define VEC_LD(offset,b) \
vec_perm(vec_ld(offset, b), vec_ld(offset+15, b), vec_lvsl(offset, b))
vec_perm(vec_ld(offset, b), vec_ld((offset)+15, b), vec_lvsl(offset, b))
#else
#define VEC_LD(offset,b) \
vec_vsx_ld(offset, b)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment