You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/09/08 12:57:34 UTC

[incubator-nuttx] branch master updated (5e22dcb73b -> 213b954a90)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


    from 5e22dcb73b modify clock config
     add 213b954a90 * Squash round() commits   - Add check in roundx() functions for infinite or NaN cases   - Add block to avoid style warnings   - Define long double constants and macros for infinity and nan   - Correct return syntax to match NuttX style   - Make c89 compliant   - Fix definitions of INFINITY_L/NAN_L

No new revisions were added by this update.

Summary of changes:
 include/nuttx/lib/math.h    | 22 +++++++++++++++++-----
 libs/libc/math/lib_asinf.c  |  2 +-
 libs/libc/math/lib_asinl.c  |  4 ++--
 libs/libc/math/lib_logf.c   |  4 ++--
 libs/libc/math/lib_logl.c   |  4 ++--
 libs/libc/math/lib_round.c  |  9 ++++++++-
 libs/libc/math/lib_roundf.c |  9 ++++++++-
 libs/libc/math/lib_roundl.c |  9 ++++++++-
 libs/libc/math/lib_sqrtf.c  |  4 ++--
 libs/libc/math/lib_sqrtl.c  | 10 +++++-----
 10 files changed, 55 insertions(+), 22 deletions(-)