]> git.sesse.net Git - x264/commit
x86inc: warn if XOP integer FMA instruction emulation is impossible
authorAnton Mitrofanov <BugMaster@narod.ru>
Fri, 14 Feb 2014 11:53:58 +0000 (15:53 +0400)
committerFiona Glaser <fiona@x264.com>
Wed, 12 Mar 2014 04:10:23 +0000 (21:10 -0700)
commit039fab9203179f9e790abfd54ae5b2254ef803e7
treef8cf8a5ad8b56f36626cc9b776b129486a302afd
parent974f2e78e0cb25e06fedbcfef70f80938f22988b
x86inc: warn if XOP integer FMA instruction emulation is impossible

Emulation requires a temporary register if arguments 1 and 4 are the same; this
doesn't obey the semantics of the original instruction, so we can't emulate
that in x86inc.

ffmpeg has an x86util emulation for that case; I'll add it if x264's asm ever
needs it.

Also add pmacsdql emulation.
common/x86/x86inc.asm