anchao commented on code in PR #8824:
URL: https://github.com/apache/nuttx/pull/8824#discussion_r1136645079


##########
libs/libm/newlib/Kconfig:
##########
@@ -0,0 +1,17 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+# These are library functions that may be overridden by architecture-
+# specific implementations.  Not all architectures support implementations
+# for every library function.
+
+# Default settings for C library functions that may be replaced with
+# architecture-specific versions.
+
+config LIBM_NEWLIB_HWFP

Review Comment:
   It seems that the feature of fp-hw is disabled by newlib, but the code is 
still there, I think we can remove this kconfig:
   
https://github.com/mirror/newlib-cygwin/commit/6555743a4bba74913f8df26482bbd9ed4f8adddf



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to