]> git.sesse.net Git - ffmpeg/commit
x86inc: Fix AVX emulation of scalar float instructions
authorHenrik Gramner <henrik@gramner.com>
Wed, 20 Apr 2016 17:35:31 +0000 (19:35 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 16 May 2016 08:31:13 +0000 (10:31 +0200)
commitba3eb745cc236765c916b74b39c1874da5c3aefc
tree99ae7aed9ce9f9c9b71c0608d5c595554e3466eb
parent8996515b137f962e3a8691241c285c96437b6c53
x86inc: Fix AVX emulation of scalar float instructions

Those instructions are not commutative since they only change the first
element in the vector and leave the rest unmodified.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavutil/x86/x86inc.asm