This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 73b02710e libm/math: ensure that expf(-huge) sets FE_UNDERFLOW exception new 432b331c7 libm: ARM without HW double does not have fast FMA new 0c1989070 libm: Detect fast fmaf support new a44bc679a libm/machine/arm: Add optimized fmaf and fma when available
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: newlib/libm/common/math_config.h | 10 +++++++- newlib/libm/common/s_fma.c | 4 ++++ newlib/libm/common/sf_fma.c | 4 ++++ newlib/libm/machine/arm/Makefile.am | 2 ++ newlib/libm/machine/arm/Makefile.in | 24 +++++++++++++++---- newlib/libm/machine/arm/s_fma.c | 48 +++++++++++++++++++++++++++++++++++++ newlib/libm/machine/arm/sf_fma.c | 48 +++++++++++++++++++++++++++++++++++++ 7 files changed, 134 insertions(+), 6 deletions(-) create mode 100644 newlib/libm/machine/arm/s_fma.c create mode 100644 newlib/libm/machine/arm/sf_fma.c