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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix powf overflow handling in non-nearest rounding mode [BZ #23961]
Szabolcs Nagy
2018-12-11
2
-0
/
+52
*
Remove the error handling wrapper from pow
Szabolcs Nagy
2018-11-21
3
-4
/
+26
*
Remove the error handling wrapper from log2
Szabolcs Nagy
2018-11-21
3
-4
/
+26
*
Remove the error handling wrapper from log
Szabolcs Nagy
2018-11-21
3
-4
/
+26
*
Remove the error handling wrapper from exp and exp2
Szabolcs Nagy
2018-11-21
5
-7
/
+54
*
Patch to require Python 3.4 or later to build glibc.
Joseph Myers
2018-10-29
1
-10
/
+0
*
Use gen-libm-test.py to generate ulps table for manual.
Joseph Myers
2018-10-24
1
-0
/
+96
*
Do not allow divide-by-zero exception for pow(+/- 0, -Inf).
Joseph Myers
2018-10-17
1
-2
/
+7
*
Add more fma tests.
Joseph Myers
2018-10-02
1
-0
/
+193
*
Remove unnecessary math_private.h includes.
Joseph Myers
2018-09-28
14
-14
/
+0
*
Use copysign functions not __copysign functions in glibc libm.
Joseph Myers
2018-09-27
2
-18
/
+18
*
Add new pow implementation
Szabolcs Nagy
2018-09-19
1
-1
/
+1
*
Use rint functions not __rint functions in glibc libm.
Joseph Myers
2018-09-14
3
-3
/
+3
*
Use floor functions not __floor functions in glibc libm.
Joseph Myers
2018-09-14
10
-10
/
+10
*
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
*
Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.
Joseph Myers
2018-09-04
33
-32
/
+5
*
Do not include fenv_private.h in math_private.h.
Joseph Myers
2018-09-03
33
-0
/
+33
*
Make gen-libm-test.py treat plus_oflow and minus_oflow as non-finite.
Joseph Myers
2018-08-29
1
-4
/
+3
*
Remove unused math files
Wilco Dijkstra
2018-08-24
1
-7
/
+9
*
Don't redefine ROUNDING_TESTS_* in math/test-*-vlen*.h.
Joseph Myers
2018-08-22
7
-24
/
+3
*
Move ROUNDING_TESTS_* out of math-tests.h.
Joseph Myers
2018-08-22
6
-0
/
+12
*
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
8
-874
/
+631
*
Move comment from libm-test-nextdown.inc to libm-test-nexttoward.inc.
Joseph Myers
2018-08-08
2
-5
/
+4
*
Consistently terminate libm-test-*.inc TEST lines with commas.
Joseph Myers
2018-08-03
3
-22
/
+22
*
Fix math/test-misc.c for undefined fenv.h macros.
Joseph Myers
2018-08-01
1
-0
/
+6
*
Add a generic significand implementation
Tulio Magno Quites Machado Filho
2018-06-20
5
-97
/
+36
*
Move declare_mgen_finite_alias definition
Tulio Magno Quites Machado Filho
2018-06-20
1
-7
/
+0
*
Do not use const attribute for nan functions (bug 23277).
Joseph Myers
2018-06-12
3
-2
/
+36
*
Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).
Joseph Myers
2018-06-11
1
-0
/
+33
*
Fix parameter type in C++ version of iseqsig (bug 23171)
Gabriel F. T. Gomes
2018-05-24
1
-1
/
+1
*
Split test-tgmath3 by function.
Joseph Myers
2018-05-18
2
-11
/
+55
*
Add narrowing divide functions.
Joseph Myers
2018-05-17
8
-2
/
+21726
*
Add narrowing multiply functions.
Joseph Myers
2018-05-16
8
-2
/
+11674
*
powerpc: Fix the compiler type used with C++ when -mabi=ieeelongdouble
Tulio Magno Quites Machado Filho
2018-05-11
1
-3
/
+9
*
Do not include math-barriers.h in math_private.h.
Joseph Myers
2018-05-11
4
-0
/
+4
*
Move math_check_force_underflow macros to separate math-underflow.h.
Joseph Myers
2018-05-10
14
-0
/
+92
*
Move math_narrow_eval to separate math-narrow-eval.h.
Joseph Myers
2018-05-09
1
-0
/
+1
*
Replace hidden_def with libm_hidden_def in math
Tulio Magno Quites Machado Filho
2018-04-30
3
-6
/
+3
*
Replace M_SUF (M_LN2) with M_MLIT (M_LN2)
Tulio Magno Quites Machado Filho
2018-04-27
1
-1
/
+1
*
Replace M_SUF (fabs) with M_FABS
Tulio Magno Quites Machado Filho
2018-04-27
3
-4
/
+4
*
Use volatile global counters in test-tgmath.c.
Stefan Liebler
2018-04-19
1
-6
/
+6
*
Add narrowing subtract functions.
Joseph Myers
2018-03-20
8
-2
/
+23830
*
Add support for sqrt asm redirects
Wilco Dijkstra
2018-03-15
4
-0
/
+4
*
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
8
-2
/
+23834
[next]