aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/common
AgeCommit message (Expand)AuthorFilesLines
2023-07-27Fix rounding results in lrint() & llrint() when close to 0Jesse Huang via Newlib4-48/+26
2023-07-26RISC-V: Support Zfinx/Zdinx extension.Kito Cheng via Newlib1-2/+4
2022-12-16Fix 3 other instances of Reme typo (should be Remez)Jeff Johnston2-2/+2
2022-02-17newlib: libm: merge build up a directoryMike Frysinger3-1604/+79
2022-02-15newlib/libgloss: drop unused $(CROSS_CFLAGS)Mike Frysinger2-2/+2
2022-02-10newlib: libm: move configure into top-levelMike Frysinger1-9/+25
2022-02-09newlib: drop support for $oextMike Frysinger1-1/+0
2022-02-09newlib: drop support for $aextMike Frysinger1-1/+0
2022-02-09newlib: drop libtool supportMike Frysinger2-152/+21
2022-02-08newlib: switch to AM_PROG_ARMike Frysinger1-0/+1
2022-02-08newlib: switch to standard AC_PROG_CCMike Frysinger1-6/+1
2022-02-05newlib: drop shared documentation rulesMike Frysinger1-34/+1
2022-02-05newlib: move man page generation into top-level buildMike Frysinger2-17/+2
2022-02-04newlib: libm: move manual into top-level buildMike Frysinger3-20/+26
2022-01-29newlib: export abs_newlib_basedir for all subdirsMike Frysinger1-0/+1
2022-01-26newlib: libm: merge machine/ configure scripts up a levelMike Frysinger1-2/+3
2022-01-26newlib: libm: merge machine/ trampoline up a levelMike Frysinger1-0/+1
2022-01-14newlib: update to automake-1.15Mike Frysinger1-78/+146
2022-01-14require autoconf-2.69 exactlyMike Frysinger1-1/+4
2022-01-05newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger2-2/+2
2021-12-29newlib: Regenerate autotools filesJon Turney1-4/+3
2021-12-29newlib: Remove automake option 'cygnus'Jon Turney1-2/+0
2021-12-29newlib: Regenerate autotools filesJon Turney1-2/+2
2021-12-09newlib: Regenerate all autotools filesJon Turney1-318/+338
2021-12-03frexpl: Support smaller long double of LDBL_MANT_DIG == 53.Takashi Yano1-12/+42
2021-11-29stdio: Fix issue of printing "%La" format with large exp part.Takashi Yano1-1/+81
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger1-1/+1
2021-07-21libm: Fixing overflow handling issue for scalbnf and scalbnKito Cheng2-10/+8
2021-04-13Add build mechanism to share common header files between machinesCorinna Vinschen1-0/+1
2020-12-16Add declarations for __ieee754_tgamma functions to fdlibm.hJeff Johnston1-0/+2
2020-08-12libm/machine/riscv: Add custom fma/sqrt functions when supported [v2]Keith Packard via Newlib1-2/+2
2020-08-10libm/machine/arm: Add optimized fmaf and fma when availableKeith Packard via Newlib2-0/+8
2020-08-10libm: Detect fast fmaf supportKeith Packard via Newlib1-0/+8
2020-08-10libm: ARM without HW double does not have fast FMAKeith Packard via Newlib1-1/+1
2020-08-05libm: Control errno support with _IEEE_LIBM configuration parameterKeith Packard via Newlib5-57/+22
2020-08-04libm/common: Set WANT_ERRNO based on _IEEE_LIBM valueKeith Packard via Newlib1-1/+3
2020-08-03libm/math: Use __math_xflow in obsolete math code [v2]Keith Packard1-1/+1
2020-03-26newlib/libm/common: Don't re-convert float to bits in modf/modffKeith Packard via Newlib2-15/+5
2020-03-26newlib/libm/common: Fix modf/modff returning snanKeith Packard via Newlib2-16/+4
2020-03-19Fix modf/f for NaN inputFabian Schriever2-0/+2
2020-03-11Fix truncf for sNaN inputFabian Schriever1-1/+1
2020-03-10Fix error in fdim/f for infinitiesFabian Schriever2-8/+2
2020-02-06Typo in license terms for newlib/libm/common/log2.cKeith Packard1-1/+1
2019-12-02libm: switch sf_log1p from double error routines to floatKeith Packard2-4/+2
2019-07-26common/math_errf.c: Enable compilation of __math_oflowfJoel Sherrill1-2/+3
2019-07-09Set errno in expm1{,f} / log1p{,f}Jeff Johnston4-6/+14
2019-01-23Remove HUGE_VAL definition from libm math functionsJozef Lawrynowicz1-6/+0
2019-01-23Remove matherr, and SVID and X/Open math library configurationsJozef Lawrynowicz9-188/+27
2018-12-10Fix powf overflow handling in non-nearest rounding modeSzabolcs Nagy1-0/+10
2018-10-10Implement nanl in newlib onlyCorinna Vinschen1-0/+6