Inform about NEON acceleration

This commit is contained in:
Robin Gareus 2020-08-21 21:12:32 +02:00
parent 8875e8b1d9
commit 22065b4331
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -220,6 +220,8 @@ setup_hardware_optimization (bool try_optimization)
#elif defined ARM_NEON_SUPPORT
/* Use NEON routines */
do {
info << "Using ARM NEON optimized routines" << endmsg;
compute_peak = arm_neon_compute_peak;
find_peaks = arm_neon_find_peaks;
apply_gain_to_buffer = arm_neon_apply_gain_to_buffer;