summaryrefslogtreecommitdiff
path: root/lib/libm
AgeCommit message (Expand)Author
2023-07-09libm: Add missing fma(3) and friends for sh3.rin
2023-06-11Correct history (Brad Smith)christos
2023-05-08fix cross references (from Anon Ymous)christos
2023-05-07RISC-V support that works on QEMU with a single hart.skrll
2023-04-10libm: suppress lint warning about '>>' on signed integerrillig
2023-03-23libm: Bump minor for new long double transcendental functions.riastradh
2023-03-14Add (newly added): expm1l log1pl log2l lgammal tgammalkre
2023-03-13libm: Need <math.h> for __HAVE_LONG_DOUBLE.riastradh
2023-03-13libm: Fill in more dummy long double transcendental functions.riastradh
2022-12-04lib: Mark up error names in man pages with .Eruwe
2022-08-29libm: Fix some whitespace issues in recent sincos additions.riastradh
2022-08-28s_rint.c: weak-alias rintl -> rint for ports without __HAVE_LONG_DOUBLE.he
2022-08-28s_sincos.c: use correct order of __weak_alias() arguments...he
2022-08-28s_sincos.c: use __weak_alias and not __weak_reference.he
2022-08-28only alias sincos to sincosl when we don't have long doubleschristos
2022-08-27tuck in k_sincosl.h include inside __HAVE_LONG_DOUBLEchristos
2022-08-27Fix vax build.christos
2022-08-27Add sincos{,f,l} from FreeBSDchristos
2022-08-24sync with FreeBSD; bring some more inline functions.christos
2022-06-23Use "fmadd" to implement fma(3) on ppc.martin
2022-06-23libm: build fma(3), fmaf(3), fmal(3) on powerpc.he
2022-04-19lib: remove CONSTCOND commentrillig
2022-04-16fix various typos in comments and log messages.andvar
2022-04-04fix various typos, mainly in comments.andvar
2022-03-24s/interger/integer/ and s/Compensatin/Compensation/ in comments.andvar
2021-12-05s/argumetn/argument/ in comment.msaitoh
2021-11-01fix typos, mainly in words minimum and maximum, but also few others.andvar
2021-09-03fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/andvar
2021-08-19s/memry/memory+s/softare/software/+s/grapics/graphics+s/ouput/outputandvar
2021-08-12fix typos in "environment" word.andvar
2021-07-21libm: build fma(3), fmaf(3), fmal(3) on alphatnn
2021-07-06Ensure that the stack is always 16-byte aligned by rounding sizes as needed.thorpej
2021-06-16PR port-arm/55897rin
2021-04-25Use ${MACHINE_MIPS64}christos
2021-04-12add a default: case to __kernel_standard(), failing with EDOMmrg
2020-01-30Provide frexpl on non-long-double systems as alias to frexp.joerg
2019-11-11Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)joerg
2019-10-26Separate the NetBSD-specific fenv functions from the standard ones.christos
2019-10-11Add manpage links for frexpf and frexpl.nros
2019-09-02Start documenting historysevan
2019-09-02log appeared in v1sevan
2019-09-02exp was present in v1sevan
2019-08-25Fix feraiseexcept.riastradh
2019-08-25Fix fesetenv and feupdateenv.riastradh
2019-05-02Explicitly indicate that nexttowardl() is identical to nextafterl().mgorny
2019-04-28Remove undefined \*Hwiz
2019-04-27Add a C99 symbol to libm: nexttowardlkamil
2019-04-26Remove unused 387 implementations.maya
2019-04-25document cosl with MLINKS and in the man pagemaya
2019-04-17also want s_nexttoward.c on riscv. now tests/lib/libm links.mrg