aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm
AgeCommit message (Expand)AuthorFilesLines
2024-01-22newlib: docs: add "Function " to every function nodeMike Frysinger4-129/+129
2024-01-22newlib: docs: print the function indexMike Frysinger1-0/+6
2023-12-31Changes for newlib 4.4.0 snapshotnewlib-4.4.0Jeff Johnston1-2/+2
2023-12-20newlib: Fix long double for unsupported rounding modes and exceptionsCraig Blackmore3-2/+16
2023-12-19Remove curly braces in `@author` tag in .texi filesFreddie Chopin1-4/+4
2023-12-04pru: libm: Fix incorrect function nameDimitar Dimitrov1-1/+1
2023-12-04RISC-V: Support long double mathKito Cheng1-0/+1
2023-10-10Delete check in catan, catanf, and catanl functions.Joseph Faulls3-6/+0
2023-08-17newlib: add Xtensa portAlexey Lapshin14-1/+508
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 Newlib39-48/+85
2023-05-16newlib: Add non LDBL_EQ_DBL math support for aarch64, i386, and x86_64Jennifer Averett40-52/+257
2023-05-16newlib: Add FreeBSD files for non LDBL_EQ_DBL supportJennifer Averett79-0/+12804
2023-05-05Move signgm.c from libc/reent to libm/mathJennifer Averett2-0/+17
2023-04-13Replace always true if with elseAndoni Arregi1-2/+5
2023-04-13Compare j as unsignedAndoni Arregi1-1/+1
2023-04-13Fix x close to 1, y between 2^31 and 2^64Andoni Arregi1-2/+2
2023-04-13Fix missing sign for overflow/underflow where x is negative and y is large od...Andoni Arregi1-19/+18
2023-03-30Bump newlib version in the manual to 4.3.0Tobias Burnus1-2/+2
2023-01-18amdgcn: Add vectorized math routinesKwok Cheung Yeung93-1/+8155
2022-12-16Fix 3 other instances of Reme typo (should be Remez)Jeff Johnston3-3/+3
2022-12-16Revert "amdgcn: Add vectorized math routines"Jeff Johnston92-6239/+1
2022-12-16Fix a typo in the comment.Nadav Rotem1-1/+1
2022-12-16amdgcn: Add vectorized math routinesKwok Cheung Yeung92-1/+6239
2022-07-13Add --enable-newlib-reent-thread-local optionMatt Joyce1-0/+4
2022-05-04Silence xsltproc when writing manpagesJon Turney1-1/+1
2022-05-04Add build avoidance for 'make man'Jon Turney1-4/+5
2022-05-04Simplify rules for creating man pagesJon Turney1-5/+3
2022-03-16newlib: libm: integrate tests subdirMike Frysinger6-209/+91
2022-02-17newlib: libm: merge build up a directoryMike Frysinger52-15005/+431
2022-02-16newlib: fix mips fenv.o handlingMike Frysinger2-3/+3
2022-02-15newlib/libgloss: drop unused $(CROSS_CFLAGS)Mike Frysinger32-62/+32
2022-02-14Improve lgammaf range for very small casesAndoni Arregi1-1/+1
2022-02-11newlib: remove unused fenv flagsMike Frysinger2-4/+2
2022-02-10Fix expf overflow limitAndoni Arregi1-2/+2
2022-02-10newlib: libm: fix rebase conflictsMike Frysinger1-5/+1
2022-02-10newlib: libm: move configure into top-levelMike Frysinger22-6910/+481
2022-02-09newlib: drop support for $oextMike Frysinger18-20/+1
2022-02-09newlib: drop support for $aextMike Frysinger20-23/+4
2022-02-09newlib: fix mkdoc dependenciesMike Frysinger1-0/+1
2022-02-09newlib: drop libtool supportMike Frysinger37-9928/+317
2022-02-08newlib: drop autoconf-2.13 hackMike Frysinger1-5/+2
2022-02-08newlib: drop cygnus EXEEXT hackMike Frysinger1-14/+2
2022-02-08newlib: switch to AM_PROG_ARMike Frysinger19-95/+252
2022-02-08newlib: switch to standard AM_PROG_ASMike Frysinger2-106/+32
2022-02-08newlib: switch to standard AC_PROG_CCMike Frysinger19-956/+19
2022-02-08newlib: move AC_NO_EXECUTABLES logic up to common codeMike Frysinger2-1078/+1078
2022-02-08newlib: simplify nds32 automake checksMike Frysinger2-20/+15
2022-02-05newlib: drop shared documentation rulesMike Frysinger16-544/+16
2022-02-05newlib: move man page generation into top-level buildMike Frysinger13-127/+35