pkarashchenko commented on code in PR #12846: URL: https://github.com/apache/nuttx/pull/12846#discussion_r1704939023
########## 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)) Review Comment: I think this was a part of a bugfix recently (not sure if bugfix was correct on usage GNU built-in). I will search for PR -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
