]> git.sesse.net Git - x264/commit
x86inc: Improve handling of %ifid with multi-token parameters
authorAnton Mitrofanov <BugMaster@narod.ru>
Thu, 7 Apr 2016 09:48:29 +0000 (12:48 +0300)
committerHenrik Gramner <henrik@gramner.com>
Tue, 12 Apr 2016 15:10:39 +0000 (17:10 +0200)
commitb5661d322866df647e6084061a471eceac214c28
treedbd73f3ee51ae57bc70e1a18226a4b21564df245
parent283663d4c13088f4811c78b75318bda59d696b2d
x86inc: Improve handling of %ifid with multi-token parameters

The yasm/nasm preprocessor only checks the first token, which means that
parameters such as `dword [rax]` are treated as identifiers, which is
generally not what we want.
common/x86/deblock-a.asm
common/x86/pixel-a.asm
common/x86/x86inc.asm