libdsp: update some comments

This commit is contained in:
raiden00pl
2021-03-30 18:30:30 +02:00
committed by Xiang Xiao
parent 781cd3f65b
commit 61389ad616
3 changed files with 13 additions and 16 deletions
+3 -2
View File
@@ -26,8 +26,9 @@ config LIBDSP_PRECISION
---help---
With this option we can select libdsp precision for
some of calculations. There are 3 available options:
0 - the fastest calculation but the lowest precision
1 - a little better precision than above, but slowest
0 - the fastest calculation but the lowest precision,
1 - increased precision than for option 0 at the expense
of a longer execution time,
2 - the most accuracte but the slowest one, use standard math functions.
config LIBDSP_FOC_VABC