diff options
author | James Almer <jamrial@gmail.com> | 2014-11-06 20:43:06 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2014-11-06 20:54:00 -0300 |
commit | b385c4c6a316f798b6a14418f09e545cda7fef7f (patch) | |
tree | 2fb3571e48727956078258fe0da9325ff70c5583 /libavcodec/version.h | |
parent | 93ab6693d8cf6e01ba415dde89860e07abed9e0b (diff) | |
download | ffmpeg-b385c4c6a316f798b6a14418f09e545cda7fef7f.tar.gz |
x86/swr: replace sse4 instructions in pack_6ch with sse ones
There's no benefit from using blendps here except on CPUs with AVX, where
it's faster than shufps according to Intel's documentation.
As such, rename the sse4 functions to sse/sse2 and use shufps instead.
Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
0 files changed, 0 insertions, 0 deletions