webrtc/common_audio/resampler
Henrik Lundin cb4b0a6ad2 Check FMA3 support before use it in SincResampler
This is a port of crrev.com/c/2936677.

Previously we only checked avx2 support and then use avx2/fma
intrinsics in SincResampler(crrev.com/c/2654647),this CL also
checks the fma support and avoids using avx2 code if fma is not
supported.

Bug: chromium:1410691
Change-Id: Ibf7c0a1bead87ebe5d3978cfd20cc23525169f40
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291702
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39238}
2023-01-31 17:28:55 +00:00
..
include Replace slave -> helper, master -> reference 2020-06-29 12:18:05 +00:00
push_resampler.cc Reenable WebRTC PushResampler format checks on Windows clang debug builds 2022-08-05 11:03:08 +00:00
push_resampler_unittest.cc Reenable WebRTC PushResampler format checks on Windows clang debug builds 2022-08-05 11:03:08 +00:00
push_sinc_resampler.cc Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
push_sinc_resampler.h Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" 2022-01-27 12:55:44 +00:00
push_sinc_resampler_unittest.cc Clarify and extend test support for certain sample rates in audio processing 2022-08-03 14:26:36 +00:00
resampler.cc Fix -Wunreachable-code-aggressive. 2021-06-30 11:14:37 +00:00
resampler_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
sinc_resampler.cc Check FMA3 support before use it in SincResampler 2023-01-31 17:28:55 +00:00
sinc_resampler.h Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" 2022-01-27 12:55:44 +00:00
sinc_resampler_avx2.cc Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
sinc_resampler_neon.cc Format almost everything. 2019-07-08 13:45:15 +00:00
sinc_resampler_sse.cc Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
sinc_resampler_unittest.cc Clarify and extend test support for certain sample rates in audio processing 2022-08-03 14:26:36 +00:00
sinusoidal_linear_chirp_source.cc
sinusoidal_linear_chirp_source.h Fix math involving enums in C++20 2022-09-27 06:55:31 +00:00