aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm
AgeCommit message (Expand)AuthorFilesLines
2020-03-19Fix hypotf missing mask in hi+lo decompositionFabian Schriever1-2/+2
2020-03-19Fix modf/f for NaN inputFabian Schriever2-0/+2
2020-03-18Fix for k_tan.c specific inputsFabian Schriever1-8/+21
2020-03-11Fix truncf for sNaN inputFabian Schriever1-1/+1
2020-03-10i386/fenv.c: Include fenv.c implementation shared with x86_64, not stubJoel Sherrill1-1/+1
2020-03-10Fix error in fdim/f for infinitiesFabian Schriever2-8/+2
2020-03-09Fix error in exp in magnitude [2e-32,2e-28]Fabian Schriever2-2/+2
2020-03-03Fix error in float trig. function range reductionFabian Schriever1-1/+1
2020-03-02Fix error in powf for (-1.0, NaN) inputFabian Schriever1-1/+1
2020-02-25x86_64/i386 fenv: Replace symlink with include fenv_stub.cJoel Sherrill23-23/+161
2020-02-14pow: fix pow(-1.0, NaN)Nicolas Brunie1-1/+1
2020-02-06Typo in license terms for newlib/libm/common/log2.cKeith Packard1-1/+1
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston10-100/+100
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston10-100/+100
2019-12-02libm: switch sf_log1p from double error routines to floatKeith Packard2-4/+2
2019-10-31PRU: Align libmath to PRU ABIDimitar Dimitrov17-2/+6718
2019-10-31Fix some generated filesJeff Johnston4-16/+16
2019-10-08Add patch from Joel Sherrill for i386 and x86_64 fenv supportJeff Johnston34-9/+16372
2019-09-03fe_dfl_env.c: Fix typo in commentJoel Sherrill1-1/+1
2019-08-15fenv: Include documentation in generated .info fileJoel Sherrill5-2/+49
2019-08-13fenv: Fix typo-ed variable name in documentationJon Turney1-1/+1
2019-08-13fenv: Fix mangled makedoc markupJon Turney4-8/+8
2019-08-13fenv: fe_dfl_env.c doesn't contain any documentationJon Turney2-2/+2
2019-08-09Regenerated files from fenv.h additionJoel Sherrill3-7/+636
2019-08-09Add default implementation of fenv.h and all methodsJoel Sherrill15-5/+842
2019-08-09Miscellaneous Makefile.in regeneratedJoel Sherrill1-3/+4
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-23Use nanf() instead of nan() in single-precision float libm math functionsJozef Lawrynowicz4-4/+4
2019-01-23Use HUGE_VALF instead of HUGE_VAL in single-precision float libm math functionsJozef Lawrynowicz16-18/+18
2019-01-23Remove HUGE_VAL definition from libm math functionsJozef Lawrynowicz31-186/+0
2019-01-23Remove matherr, and SVID and X/Open math library configurationsJozef Lawrynowicz72-2257/+404
2018-12-31Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0Jeff Johnston8-82/+96
2018-12-10Fix powf overflow handling in non-nearest rounding modeSzabolcs Nagy1-0/+10
2018-10-10Implement nanl in newlib onlyCorinna Vinschen1-0/+6
2018-09-28Update Arm copyright notices in new math filesWilco Dijkstra26-47/+79
2018-09-18Fix the documentation comment of checkintSzabolcs Nagy2-2/+4
2018-09-06Document the log table generation methodSzabolcs Nagy3-0/+74
2018-09-03math_config.h: Fix signed overflow warning for 16-bit targetscygwin-2_11_1-releaseJon Beniston1-1/+1
2018-09-03e_scalb.c: Call scalbln instead of scalbn on 16-bit targets to ensure constan...Jon Beniston1-0/+5
2018-08-31Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin fo...newlib-snapshot-20180831Jon Beniston8-22/+104
2018-08-29Remove unused variable 'one' from sf_cos.cKeith Packard1-6/+0
2018-08-16Improve sincosf commentsWilco Dijkstra4-21/+26
2018-08-08newlib: don't use __visibility__ attrribute on CygwinCorinna Vinschen1-2/+7
2018-08-08newlib: fix various gcc warningsCorinna Vinschen5-4/+7
2018-07-11Remove float compare option from sincosfSzabolcs Nagy1-10/+1
2018-07-11Fix the documentation comments for log_inline in powSzabolcs Nagy1-3/+3
2018-07-06Fix namespace issues in sinf, cosf and sincosfSzabolcs Nagy5-18/+19
2018-07-06Fix large ulp error in pow without fma very near 1.0Szabolcs Nagy1-2/+4
2018-07-06Change the return type of converttoint and document the semanticsSzabolcs Nagy1-1/+9