arm/neon: dsputil: use correct size specifiers on vld1/vst1
authorMans Rullgard <mans@mansr.com>
Thu, 10 May 2012 16:40:30 +0000 (17:40 +0100)
committerMans Rullgard <mans@mansr.com>
Thu, 10 May 2012 21:56:37 +0000 (22:56 +0100)
commite54e6f25cfa8bb91af5ef2cff7204c631913a5b5
tree48d51c37b3667febf236933ec63dcbaa503e5103
parent2eba6898c96fe3c920da0a0e30b829d05bf5cce1
arm/neon: dsputil: use correct size specifiers on vld1/vst1

Change the size specifiers to match the actual element sizes
of the data.  This makes no practical difference with strict
alignment checking disabled (the default) other than somewhat
documenting the code.  With strict alignment checking on, it
avoids trapping the unaligned loads.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/arm/dsputil_neon.S