Move include/nuttx/math.h to include/nuttx/lib/math.h

This commit is contained in:
Gregory Nutt
2016-07-21 13:58:09 -06:00
parent a2035f7efd
commit 23a876ab9c
7 changed files with 19 additions and 18 deletions
+3 -2
View File
@@ -17,8 +17,9 @@ config LIBM
Another possibility is that you have a custom, architecture-specific math
libary and that the corresponding math.h file resides at arch/<architecture>/include/math.h.
The option is selected via ARCH_MATH_H. If ARCH_MATH_H is selected,then the include/nuttx/math.h
header file will be copied to include/math.h where it can be used by your applications.
The option is selected via ARCH_MATH_H. If ARCH_MATH_H is selected,then the
include/nuttx/libmath.h header file will be copied to include/math.h where it can
be used by your applications.
If ARCH_MATH_H is not defined, then this option can be selected to build a generic,
math library built into NuttX. This math library comes from the Rhombus OS and