libc: Move math library from libs/libc/math to libs/libm/libm

to prepare the support of other implementation e.g.:
https://github.com/JuliaMath/openlibm
https://gitlab.com/gtd-gmbh/libmcs

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-02-18 05:21:13 +08:00
committed by Petro Karashchenko
parent 7a4bd09e48
commit 8b4ecac6c2
199 changed files with 903 additions and 470 deletions
+1
View File
@@ -2132,6 +2132,7 @@ endmenu
menu "Library Routines"
source "libs/libc/Kconfig"
source "libs/libm/Kconfig"
source "libs/libxx/Kconfig"
source "libs/libdsp/Kconfig"
endmenu