GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
math
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add a generic significand implementation
Tulio Magno Quites Machado Filho
2018-06-20
1
-2
/
+3
*
Do not use const attribute for nan functions (bug 23277).
Joseph Myers
2018-06-12
1
-1
/
+3
*
Split test-tgmath3 by function.
Joseph Myers
2018-05-18
1
-6
/
+26
*
Add narrowing divide functions.
Joseph Myers
2018-05-17
1
-2
/
+2
*
Add narrowing multiply functions.
Joseph Myers
2018-05-16
1
-2
/
+2
*
Add narrowing subtract functions.
Joseph Myers
2018-03-20
1
-2
/
+2
*
Remove mplog and mpexp
Wilco Dijkstra
2018-02-15
1
-1
/
+1
*
Remove slow paths from exp
Szabolcs Nagy
2018-02-12
1
-1
/
+1
*
Remove slow paths from pow
Wilco Dijkstra
2018-02-12
1
-2
/
+2
*
Add narrowing add functions.
Joseph Myers
2018-02-10
1
-2
/
+2
*
Add test infrastructure for narrowing libm functions.
Joseph Myers
2018-02-09
1
-4
/
+67
*
Add build infrastructure for narrowing libm functions.
Joseph Myers
2018-02-09
1
-1
/
+13
*
Remove unused math/Makefile variable libm-test-incs.
Joseph Myers
2018-02-09
1
-2
/
+0
*
Reduce command length in regen-ulps.
Joseph Myers
2018-01-02
1
-2
/
+2
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
Provide a C++ version of iseqsig (bug 22377)
Gabriel F. T. Gomes
2017-12-19
1
-1
/
+1
*
Revert exp reimplementation (causes test failures).
Joseph Myers
2017-12-19
1
-1
/
+1
*
Improve __ieee754_exp() performance by greater than 5x on sparc/x86.
Patrick McGehearty
2017-12-19
1
-1
/
+1
*
Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
H.J. Lu
2017-12-11
1
-42
/
+42
*
Add _Float32 function aliases.
Joseph Myers
2017-12-07
1
-1
/
+1
*
Add _Float64, _Float32x function aliases.
Joseph Myers
2017-12-06
1
-2
/
+2
*
Support testing _Float64x libm functions.
Joseph Myers
2017-11-24
1
-1
/
+6
*
Remove _Mlong_double_ etc. macros.
Joseph Myers
2017-10-30
1
-4
/
+2
*
Add bits/floatn.h defines for more _FloatN / _FloatNx types.
Joseph Myers
2017-10-20
1
-1
/
+1
*
Support running libm tests for float128 as alias for long double.
Joseph Myers
2017-10-16
1
-1
/
+2
*
Run libm long double tests for long double = double.
Joseph Myers
2017-10-11
1
-8
/
+13
*
Ensure C99 and C11 interfaces are available for C++ [BZ #21326]
Jonathan Wakely
2017-10-09
1
-1
/
+3
*
Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)
Gabriel F. T. Gomes
2017-10-03
1
-1
/
+3
*
New generic powf
Szabolcs Nagy
2017-09-29
1
-1
/
+1
*
New generic log2f
Szabolcs Nagy
2017-09-29
1
-1
/
+2
*
New generic logf
Szabolcs Nagy
2017-09-29
1
-1
/
+1
*
Optimized generic expf and exp2f with wrappers
Szabolcs Nagy
2017-09-25
1
-1
/
+1
*
Simplify NAN definitions.
Joseph Myers
2017-08-31
1
-1
/
+0
*
Simplify INFINITY definitions.
Joseph Myers
2017-08-31
1
-1
/
+1
*
Simplify HUGE_VAL definitions.
Joseph Myers
2017-08-31
1
-3
/
+3
*
Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).
Joseph Myers
2017-08-29
1
-1
/
+3
*
Provide a C++ version of issignaling that does not use __MATH_TG
Gabriel F. T. Gomes
2017-08-22
1
-1
/
+2
*
math: Statically link tests of internal functionality
Florian Weimer
2017-08-22
1
-8
/
+5
*
Obsolete matherr, _LIB_VERSION, libieee.a.
Joseph Myers
2017-08-21
1
-20
/
+3
*
Add more thorough generated tgmath.h test.
Joseph Myers
2017-06-28
1
-0
/
+9
*
Convert e_exp2l.c into a template
Gabriel F. T. Gomes
2017-05-17
1
-2
/
+2
*
float128: Add public _Float128 declarations to libm.
Paul E. Murphy
2017-05-15
1
-1
/
+2
[next]