13
0

Fix comment mistake

This commit is contained in:
Ayan Shafqat 2023-02-04 12:12:16 -05:00 committed by Robin Gareus
parent 99d6a4c709
commit 17b263dfda
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -55,7 +55,7 @@ LIBARDOUR_API void x86_sse_avx_find_peaks (float const* buf, uint3
LIBARDOUR_API void x86_fma_mix_buffers_with_gain (float* dst, float const* src, uint32_t nframes, float gain);
#endif
/* FMA functions */
/* AVX512F functions */
#ifdef FPU_AVX512F_SUPPORT
LIBARDOUR_API float x86_avx512f_compute_peak (float const* buf, uint32_t nsamples, float current);
LIBARDOUR_API void x86_avx512f_apply_gain_to_buffer (float* buf, uint32_t nframes, float gain);