Skip to content
Commit 38bab363 authored by Sven Neumann's avatar Sven Neumann Committed by Peter Korsgaard
Browse files

opus: allow to select fixed-point implementation



The default of choosing the fixed-point implementation if
the target hardware does not have floating-point unit is not
always the best choice. Modern ARM hardware has floating
point support but most likely the fixed-point implementation
in Opus will still perform better. In particular if your CPU
supports the NEON extension.

This commit allows to select the fixed-point implementation
manually and sets the default based on the availability of
a floating-point unit.

[Peter: force option for sw float, slightly reword]
Signed-off-by: default avatarSven Neumann <neumann@teufel.de>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 4ed1dc66
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment