]> git.sesse.net Git - x264/commit
x86inc: Correctly warn on use of SSE2 instructions in SSE functions
authorChristophe Gisquet <christophe.gisquet@gmail.com>
Tue, 3 Feb 2015 19:40:41 +0000 (20:40 +0100)
committerAnton Mitrofanov <BugMaster@narod.ru>
Mon, 23 Feb 2015 10:34:51 +0000 (13:34 +0300)
commita95584945dd9ce3acc66c6cd8f6796bc4404d40d
treefc8fae492ede6044f38363baf21cececc3a1799b
parent23d4434de9ab5ef32ebb03401d971b8579a65fc6
x86inc: Correctly warn on use of SSE2 instructions in SSE functions

SSE2 instructions that are XMM-implementations of pre-existing MMX/MMX2
instructions did not issue warnings when used in SSE functions. Handle
it by also checking the register type when such instructions are used.
common/x86/x86inc.asm