altivec: perform an explicit unaligned load
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 14 Aug 2013 19:28:05 +0000 (15:28 -0400)
committerMartin Storsjö <martin@martin.st>
Fri, 16 Aug 2013 07:08:47 +0000 (10:08 +0300)
commitf399e406af0c8507bb3ab7b94995ad7b8f409093
tree47173770e8d266f51d3d6831d5ef4b0a380f2ddb
parent9d86bfc259ae9ba7a76067ec931ff20fbb86ea2a
altivec: perform an explicit unaligned load

Implicit vector loads on POWER7 hardware can use the VSX
instruction set instead of classic Altivec/VMX. Let's force
a VMX load in this case.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/ppc/int_altivec.c