This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch releases/13.0
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 961fd8f7caa drivers/mtd/gd25: add QSPI support
new 2d8b9deb6b7 float.h: improve long double related definitions
new 88cf4fc13a3 libs/libc: add limits checks
new e375b69e086 libs/libm: correct implementation of truncl if long double
is double
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/nuttx/compiler.h | 10 +++
include/nuttx/lib/float.h | 84 ++++++++++++++++---
libs/libc/Makefile | 2 +
libs/libc/limits_check.c | 195 ++++++++++++++++++++++++++++++++++++++++++++
libs/libm/libm/lib_truncl.c | 23 +++++-
5 files changed, 302 insertions(+), 12 deletions(-)
create mode 100644 libs/libc/limits_check.c