index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
math
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-17
Implement C23 exp2m1, exp10m1
Joseph Myers
1
-1
/
+13
2024-06-17
Implement C23 log10p1
Joseph Myers
1
-0
/
+6
2024-06-17
Implement C23 logp1
Joseph Myers
1
-4
/
+5
2024-05-21
math: Add support for auto static math tests
Adhemerval Zanella
1
-5
/
+115
2024-05-20
Implement C23 log2p1
Joseph Myers
1
-0
/
+6
2024-05-06
Add crt1-2.0.o for glibc 2.0 compatibility tests
H.J. Lu
1
-0
/
+3
2024-04-04
math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)
Adhemerval Zanella
1
-0
/
+2
2024-04-04
math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)
Adhemerval Zanella
1
-0
/
+2
2024-04-04
math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)
Adhemerval Zanella
1
-0
/
+3
2024-04-02
math: Reformat Makefile.
Adhemerval Zanella
1
-156
/
+682
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
1
-1
/
+1
2022-11-01
Disable use of -fsignaling-nans if compiler does not support it
Adhemerval Zanella
1
-8
/
+11
2022-10-31
Fix build with GCC 13 _FloatN, _FloatNx built-in functions
Joseph Myers
1
-7
/
+240
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2021-09-30
Add exp10 macro to <tgmath.h> (bug 26108)
Joseph Myers
1
-3
/
+3
2021-09-28
Add fmaximum, fminimum functions
Joseph Myers
1
-5
/
+20
2021-09-22
Add narrowing fma functions
Joseph Myers
1
-2
/
+4
2021-09-10
Add narrowing square root functions
Joseph Myers
1
-2
/
+4
2021-03-30
Avoid adding duplicated symbols into static libraries
Siddhesh Poyarekar
1
-0
/
+3
2021-03-11
math: Remove mpa files [BZ #15267]
Wilco Dijkstra
1
-2
/
+1
2021-03-09
math: test-matherr and test-matherr-2 can be regular tests
Florian Weimer
1
-1
/
+5
2021-03-09
math: $(libm-tests-compat) can be regular tests
Florian Weimer
1
-2
/
+1
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2020-04-17
Remove __NO_MATH_INLINES
Adhemerval Zanella
1
-4
/
+0
2020-03-30
math: Remove fenvinline.h
Adhemerval Zanella
1
-2
/
+2
2020-03-19
math: Remove inline math tests
Adhemerval Zanella
1
-31
/
+3
2020-03-19
Remove __LIBC_INTERNAL_MATH_INLINES
Adhemerval Zanella
1
-1
/
+1
2020-03-19
math: Remove mathinline
Adhemerval Zanella
1
-1
/
+1
2020-03-17
Fix build with GCC 10 when long double = double.
Joseph Myers
1
-0
/
+122
2020-03-06
ldbl-128ibm-compat: Add tests for IBM long double functions
Rajalakshmi Srinivasaraghavan
1
-1
/
+6
2020-02-14
Add a generic scalb implementation
Tulio Magno Quites Machado Filho
1
-3
/
+4
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2019-10-21
Remove x64 _finite tests and references
Wilco Dijkstra
1
-1
/
+1
2019-10-21
Remove finite-math tests
Wilco Dijkstra
1
-40
/
+8
2019-10-21
Remove math-finite.h
Wilco Dijkstra
1
-2
/
+1
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
1
-2
/
+2
2019-08-21
Add tgmath.h macros for narrowing functions.
Joseph Myers
1
-1
/
+5
2019-08-15
Make totalorder and totalordermag functions take pointer arguments.
Joseph Myers
1
-4
/
+19
2019-03-07
Fix location where math-vector-fortran.h is installed.
marxin
1
-1
/
+1
2019-02-20
Add new Fortran vector math header file.
marxin
1
-0
/
+1
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2018-10-29
Patch to require Python 3.4 or later to build glibc.
Joseph Myers
1
-10
/
+0
2018-09-19
Add new pow implementation
Szabolcs Nagy
1
-1
/
+1
2018-09-12
Add new log2 implementation
Szabolcs Nagy
1
-1
/
+2
2018-09-12
Add new log implementation
Szabolcs Nagy
1
-1
/
+1
2018-09-05
Add new exp and exp2 implementations
Szabolcs Nagy
1
-2
/
+2
2018-08-24
Remove unused math files
Wilco Dijkstra
1
-7
/
+9
2018-08-10
Improve performance of sincosf
Wilco Dijkstra
1
-1
/
+1
2018-08-09
Replace gen-libm-test.pl with gen-libm-test.py.
Joseph Myers
1
-13
/
+13
[next]