xiaoxiang781216 commented on code in PR #12885:
URL: https://github.com/apache/nuttx/pull/12885#discussion_r1730398918


##########
libs/libc/stdio/lib_dtoa_engine.c:
##########
@@ -69,7 +83,7 @@ int __dtoa_engine(double x, FAR struct dtoa_s *dtoa, int 
max_digits,
   uint8_t flags = 0;
   int i;
 
-  if (__builtin_signbit(x))
+  if (x < 0)

Review Comment:
   @extinguish please try it.



-- 
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