OSDN Git Service

PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 VSX SIMD.
authorDan Parrot <dan.parrot@mail.com>
Wed, 29 Jun 2016 16:15:12 +0000 (16:15 +0000)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 30 Jun 2016 10:02:08 +0000 (12:02 +0200)
commit1df908f33f658979b32599489ca6f1a39821013c
tree76f3ca30e89c3fb203d75ca5dd8a957573dcc8ff
parente370aad67ddb15033f656f6b1120c030c759f30b
PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 VSX SIMD.

This patch addresses Trac ticket #5570. The optimized functions are in file
libswscale/ppc/input_vsx.c. Each optimized function name is a concatenation of the
corresponding name in libswscale/input.c with suffix _vsx.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libswscale/ppc/Makefile
libswscale/ppc/input_vsx.c [new file with mode: 0644]
libswscale/swscale.c
libswscale/swscale_internal.h