在 2019/4/15 20:52, Martin Storsjö 写道: > --- > mingw-w64-crt/Makefile.am | 12 ++++++++++++ > mingw-w64-crt/math/arm-common/expm1.c | 12 ++++++++++++ > mingw-w64-crt/math/arm-common/expm1f.c | 15 +++++++++++++++ > mingw-w64-crt/math/arm-common/expm1l.c | 16 ++++++++++++++++ > mingw-w64-crt/math/arm-common/log1p.c | 12 ++++++++++++ > mingw-w64-crt/math/arm-common/log1pf.c | 15 +++++++++++++++ > mingw-w64-crt/math/arm-common/log1pl.c | 16 ++++++++++++++++ > 7 files changed, 98 insertions(+) > create mode 100644 mingw-w64-crt/math/arm-common/expm1.c > create mode 100644 mingw-w64-crt/math/arm-common/expm1f.c > create mode 100644 mingw-w64-crt/math/arm-common/expm1l.c > create mode 100644 mingw-w64-crt/math/arm-common/log1p.c > create mode 100644 mingw-w64-crt/math/arm-common/log1pf.c > create mode 100644 mingw-w64-crt/math/arm-common/log1pl.c > >
These functions were presumed to be more accurate than naive implementations (as shown in these patches). However, unless someone else contributes a more appropriate implementation, these should suffice. -- Best regards, LH_Mouse
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
