]> git.sesse.net Git - ffmpeg/commit
x86/tx_float: Fixes compilation with old yasm
authorJames Almer <jamrial@gmail.com>
Sat, 24 Apr 2021 19:01:04 +0000 (16:01 -0300)
committerJames Almer <jamrial@gmail.com>
Sat, 24 Apr 2021 20:02:31 +0000 (17:02 -0300)
commitfddddc7ec215fc65bbcb1e626eea10b2a123151a
tree203283a924b79ff1902bc7ac610d20224f833385
parente448a4b4ea535aa2ec06f0aee167820df794a299
x86/tx_float: Fixes compilation with old yasm

Use three operand format on some instructions, and lea to load effective
addresses of tables.

Signed-off-by: James Almer <jamrial@gmail.com>
libavutil/x86/tx_float.asm