]> git.sesse.net Git - x264/commit
x86inc: Fix AVX emulation of scalar float instructions
authorHenrik Gramner <henrik@gramner.com>
Fri, 4 Mar 2016 16:51:41 +0000 (17:51 +0100)
committerHenrik Gramner <henrik@gramner.com>
Tue, 12 Apr 2016 15:10:39 +0000 (17:10 +0200)
commit54fd697668d0a04246ad0b0e9955a6583b2bb8b6
treee3c8bf44ca519b3dfe998c93190c654c80bc5a0b
parenteeb9b66ddb0f27d8baaa8efa9597613e61140836
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.
common/x86/x86inc.asm