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 2023/01/11 16:07:51 UTC

[nuttx] branch master updated (ef65d443ad -> 431e31b6b2)

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/nuttx.git


    from ef65d443ad sem: Remove PRIOINHERIT_FLAGS_ENABLE and use SEM_PRIO_INHERIT instead
     add 431e31b6b2 libc/math: add simple implementation for sincos API

No new revisions were added by this update.

Summary of changes:
 include/nuttx/lib/math.h                       | 8 ++++++++
 libs/libc/math/Make.defs                       | 1 +
 libs/libc/math/{lib_acosh.c => lib_sincos.c}   | 9 ++++++---
 libs/libc/math/{lib_asinhf.c => lib_sincosf.c} | 7 ++++---
 libs/libc/math/{lib_acoshl.c => lib_sincosl.c} | 9 ++++++---
 5 files changed, 25 insertions(+), 9 deletions(-)
 copy libs/libc/math/{lib_acosh.c => lib_sincos.c} (93%)
 copy libs/libc/math/{lib_asinhf.c => lib_sincosf.c} (92%)
 copy libs/libc/math/{lib_acoshl.c => lib_sincosl.c} (91%)