]> git.sesse.net Git - ffmpeg/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>
Wed, 20 Apr 2016 17:16:22 +0000 (19:16 +0200)
commit4bd5583acea5d65a2f8fd8fcd5ab7b404af23f45
tree31800f8401a9dabde5ceba2ee5f217ccd751ba2f
parent42be240ad6874fbc2b0e88a3ee133ece58d60692
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.
libavutil/x86/x86inc.asm