aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
avatar'>Joseph Myers1-0/+1 2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers1-0/+1 2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers1-8/+21 2018-09-05Move float128 inlines from sysdeps/generic/math_private.h to include/math.h.Joseph Myers1-0/+23 2018-03-15Add support for sqrt asm redirectsWilco Dijkstra1-0/+15 2017-10-30Remove _Mlong_double_ etc. macros.Joseph Myers1-1/+0 2017-09-14Make more libm functions into weak aliases.Joseph Myers1-1/+1 2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers1-2/+0 2017-06-30float128: Add signbit alternative for old compilersGabriel F. T. Gomes1-0/+1 2017-05-15float128: Add private _Float128 declarations for libm.Paul E. Murphy1-0/+13 2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-0/+5 2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers1-0/+1 2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers1-0/+2 2015-09-18Since we now inline isinf, isnan and isfinite in math.h, replace uses of __isinf_ns(l/f)Wilco Dijkstra1-4/+0 2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-1/+1 2014-11-24Remove IS_IN_libmSiddhesh Poyarekar1-1/+1 2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge1-0/+3 2012-02-25First steps to get conformtest fully workingUlrich Drepper1-0/+2 2011-10-08Optimize use of isnan, isinf, finiteUlrich Drepper1-0/+4 2009-10-19Correct errno handling in expm1.Andreas Schwab1-0/+3