]> git.sesse.net Git - ffmpeg/commit
lavu/x86/tx_float: fix FMA3 implying AVX2 is available
authorLynne <dev@lynne.ee>
Sat, 24 Apr 2021 16:45:02 +0000 (18:45 +0200)
committerLynne <dev@lynne.ee>
Sat, 24 Apr 2021 17:00:27 +0000 (19:00 +0200)
commite448a4b4ea535aa2ec06f0aee167820df794a299
tree70ec8ed7afe6f91b65a771681add22fa01c1a4bb
parenta5f996de4f1db97fc91959b2f2441528673b656f
lavu/x86/tx_float: fix FMA3 implying AVX2 is available

It's the other way around - AVX2 implies FMA3 is available.
libavutil/x86/tx_float.asm
libavutil/x86/tx_float_init.c