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
/
sysdeps
/
ieee754
/
float128
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-17
Implement C23 logp1
Joseph Myers
2
-1
/
+2
2024-05-22
Don't provide XXXf128_do_not_use aliases [BZ #31757]
H.J. Lu
1
-0
/
+2
2024-05-21
math: Fix isnanf128 static build (BZ 31774)
Adhemerval Zanella
1
-0
/
+4
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
13
-13
/
+13
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
13
-13
/
+13
2023-01-05
Fix ldbl-128 built-in function use
Joseph Myers
1
-0
/
+4
2022-11-29
Use GCC builtins for logb functions if desired.
Xiaolin Tang
1
-0
/
+2
2022-11-29
Use GCC builtins for llrint functions if desired.
Xiaolin Tang
1
-0
/
+2
2022-11-29
Use GCC builtins for lrint functions if desired.
Xiaolin Tang
1
-0
/
+2
2022-10-31
Fix build with GCC 13 _FloatN, _FloatNx built-in functions
Joseph Myers
1
-0
/
+127
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
13
-13
/
+13
2021-09-23
powerpc64le: Avoid conflicting types for f64xfmaf128 when IFUNC is not used
Tulio Magno Quites Machado Filho
1
-0
/
+2
2021-09-22
Add narrowing fma functions
Joseph Myers
4
-0
/
+20
2021-09-15
Redirect fma calls to __fma in libm
Joseph Myers
1
-0
/
+1
2021-09-10
Add narrowing square root functions
Joseph Myers
4
-0
/
+23
2021-06-27
Use GCC builtins for roundeven functions if desired.
Shen-Ta Hsieh
1
-0
/
+2
2021-06-27
math: redirect roundeven function
Shen-Ta Hsieh
1
-0
/
+1
2021-03-30
Move __isnanf128 to libc.so
Siddhesh Poyarekar
2
-1
/
+23
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
13
-13
/
+13
2020-06-03
ieee754: provide gcc builtins based generic fma functions
Vineet Gupta
1
-0
/
+2
2020-05-04
float128: use builtin_signbitf128 always
Paul E. Murphy
1
-18
/
+1
2020-02-14
Add a generic scalb implementation
Tulio Magno Quites Machado Filho
1
-0
/
+1
2020-01-03
Add libm_alias_finite for _finite symbols
Wilco Dijkstra
1
-0
/
+26
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
13
-13
/
+13
2019-12-11
Use GCC builtins for copysign functions if desired.
Stefan Liebler
1
-0
/
+3
2019-12-11
Use GCC builtins for round functions if desired.
Stefan Liebler
1
-0
/
+3
2019-12-11
Use GCC builtins for trunc functions if desired.
Stefan Liebler
1
-0
/
+3
2019-12-11
Use GCC builtins for ceil functions if desired.
Stefan Liebler
1
-0
/
+3
2019-12-11
Use GCC builtins for floor functions if desired.
Stefan Liebler
1
-0
/
+3
2019-12-11
Use GCC builtins for rint functions if desired.
Stefan Liebler
1
-0
/
+3
2019-12-11
Use GCC builtins for nearbyint functions if desired.
Stefan Liebler
1
-0
/
+4
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
13
-13
/
+13
2019-08-15
Make totalorder and totalordermag functions take pointer arguments.
Joseph Myers
1
-0
/
+2
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
13
-13
/
+13
2018-09-27
Use copysign functions not __copysign functions in glibc libm.
Joseph Myers
1
-0
/
+1
2018-09-27
Use round functions not __round functions in glibc libm.
Joseph Myers
1
-0
/
+1
2018-09-20
Use trunc functions not __trunc functions in glibc libm.
Joseph Myers
1
-0
/
+1
2018-09-17
Use ceil functions not __ceil functions in glibc libm.
Joseph Myers
1
-0
/
+1
2018-09-14
Use rint functions not __rint functions in glibc libm.
Joseph Myers
1
-0
/
+1
2018-09-14
Use floor functions not __floor functions in glibc libm.
Joseph Myers
1
-0
/
+1
2018-09-03
Do not include fenv_private.h in math_private.h.
Joseph Myers
1
-0
/
+1
2018-05-17
Add narrowing divide functions.
Joseph Myers
4
-0
/
+20
2018-05-16
math: Merge strtod_nan_*.h into math-type-macros-*.h
Florian Weimer
3
-8
/
+6
2018-05-16
Add narrowing multiply functions.
Joseph Myers
4
-0
/
+20
2018-03-20
Add narrowing subtract functions.
Joseph Myers
4
-0
/
+20
2018-02-10
Add narrowing add functions.
Joseph Myers
4
-0
/
+21
2018-02-09
Add build infrastructure for narrowing libm functions.
Joseph Myers
1
-0
/
+17
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
13
-13
/
+13
2017-11-27
Add _Float64x function aliases.
Joseph Myers
1
-0
/
+1
2017-11-24
Use libm_alias_float128 more in sysdeps/ieee754/float128.
Joseph Myers
6
-6
/
+6
[next]