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