diff options
author | Lynne <dev@lynne.ee> | 2022-05-21 01:39:12 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2022-05-21 02:11:50 +0200 |
commit | 27cffd16aadd04bf2311e3114b8aa81e3732552f (patch) | |
tree | b066e2956c0cd5bc0b848329963607c96ef1bc28 /COPYING.LGPLv3 | |
parent | 0938ff97016884184796c3dd80bc6fcb729e875b (diff) | |
download | ffmpeg-27cffd16aadd04bf2311e3114b8aa81e3732552f.tar.gz |
x86/tx_float: replace fft_sr_avx with fft_sr_fma3
When the SLOW_GATHER flag was added to the AVX2 version, this
made FMA3-features not enabled on Zen CPUs.
As FMA3 adds 6-7% across all platforms that support it, in
the interest of saving space, this commit removes the AVX
version and replaces it with an FMA3 version.
The only CPUs affected are Sandy Bridge and Bulldozer, which
have AVX support, but no FMA3 support.
In the future, if there's a demand for it, a version of the
function duplicated for AVX can be added.
Diffstat (limited to 'COPYING.LGPLv3')
0 files changed, 0 insertions, 0 deletions