mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 15:37:48 +01:00
Fix comment mistake
This commit is contained in:
parent
99d6a4c709
commit
17b263dfda
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue