dps.h: Remove CONFIG_LIBM and CONFIG_ARCH_MATH_H

since the user may use math library from toolchain directly

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I67ccc4830403e3c15a84a8f9b1420d9a10894ddf
This commit is contained in:
Xiang Xiao 2020-06-01 03:10:35 +08:00 committed by patacongo
parent 0f7c2d6fbf
commit 06972c02f1

View File

@ -68,10 +68,6 @@
# define CONFIG_LIBDSP_PRECISION 0
#endif
#if !defined(CONFIG_LIBM) && !defined(CONFIG_ARCH_MATH_H)
# error math.h not defined!
#endif
/* Phase rotation direction */
#define DIR_CW (1.0f)