]> git.sesse.net Git - ffmpeg/commit
x86inc: Enable AVX emulation for floating-point pseudo-instructions
authorHenrik Gramner <henrik@gramner.com>
Fri, 4 Aug 2017 22:09:52 +0000 (00:09 +0200)
committerHenrik Gramner <henrik@gramner.com>
Sat, 20 Jan 2018 18:23:37 +0000 (19:23 +0100)
commit3a02cbe3faccad9e346d63cf40c009e664657304
tree88e1a6877c2ec9c30de135c3391107b69ce19032
parentb5b48685043e4761335c4ab7086eba3b24a9c03d
x86inc: Enable AVX emulation for floating-point pseudo-instructions

There are 32 pseudo-instructions for each floating-point comparison
instruction, but only 8 of them are actually valid in legacy-encoded mode.
The remaining 24 requires the use of VEX-encoded (v-prefixed) instructions
and can therefore be disregarded for this purpose.
libavutil/x86/x86inc.asm