summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-036-10/+12
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01376-376/+376
* math: enhance the endloop condition of function handle_input_flagliqingqing2019-11-071-1/+1
* Remove x64 _finite tests and referencesWilco Dijkstra2019-10-211-1/+1
* Remove finite-math testsWilco Dijkstra2019-10-2113-244/+10
* Remove math-finite.hWilco Dijkstra2019-10-212-222/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07380-381/+381
* Use __attribute_pure__ macro in bits/mathcalls.hGabriel F. T. Gomes2019-09-051-2/+2
* math: Replace const attribute with pure in totalorder* functionsGabriel F. T. Gomes2019-09-051-3/+4
* Fix spellings of contributor names in comments and docPaul Eggert2019-08-232-2/+2
* Add tgmath.h macros for narrowing functions.Joseph Myers2019-08-213-20/+337
* Correct TEST_COMPAT conditions in totalorder compat tests.Joseph Myers2019-08-162-2/+2
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-1511-506/+624
* Declare some TS 18661-4 interfaces for C2X.Joseph Myers2019-08-131-1/+1
* Declare most TS 18661-1 interfaces for C2X.Joseph Myers2019-08-134-18/+22
* math: Enable some math builtins for clangAdhemerval Zanella2019-03-261-6/+11
* Fix location where math-vector-fortran.h is installed.marxin2019-03-072-1/+20
* Add some spaces before '('.Joseph Myers2019-02-271-1/+1
* Break some lines before not after operators.Joseph Myers2019-02-222-4/+4
* Add new Fortran vector math header file.marxin2019-02-201-0/+1
* math: Enable <bits/math-finite.h> sysdeps overrideFlorian Weimer2019-02-081-197/+0
* Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() testsTulio Magno Quites Machado Filho2019-01-151-56/+56
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01378-378/+378
* Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy2018-12-112-0/+52
* Remove the error handling wrapper from powSzabolcs Nagy2018-11-213-4/+26
* Remove the error handling wrapper from log2Szabolcs Nagy2018-11-213-4/+26
* Remove the error handling wrapper from logSzabolcs Nagy2018-11-213-4/+26
* Remove the error handling wrapper from exp and exp2Szabolcs Nagy2018-11-215-7/+54
* Patch to require Python 3.4 or later to build glibc.Joseph Myers2018-10-291-10/+0
* Use gen-libm-test.py to generate ulps table for manual.Joseph Myers2018-10-241-0/+96
* Do not allow divide-by-zero exception for pow(+/- 0, -Inf).Joseph Myers2018-10-171-2/+7
* Add more fma tests.Joseph Myers2018-10-021-0/+193
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-2814-14/+0
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-272-18/+18
* Add new pow implementationSzabolcs Nagy2018-09-191-1/+1
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-143-3/+3
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-1410-10/+10
* Add new log2 implementationSzabolcs Nagy2018-09-121-1/+2
* Add new log implementationSzabolcs Nagy2018-09-121-1/+1
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-051-2/+2
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-0433-32/+5
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-0333-0/+33
* Make gen-libm-test.py treat plus_oflow and minus_oflow as non-finite.Joseph Myers2018-08-291-4/+3
* Remove unused math filesWilco Dijkstra2018-08-241-7/+9
* Don't redefine ROUNDING_TESTS_* in math/test-*-vlen*.h.Joseph Myers2018-08-227-24/+3
* Move ROUNDING_TESTS_* out of math-tests.h.Joseph Myers2018-08-226-0/+12
* Improve performance of sincosfWilco Dijkstra2018-08-101-1/+1
* Replace gen-libm-test.pl with gen-libm-test.py.Joseph Myers2018-08-098-874/+631
* Move comment from libm-test-nextdown.inc to libm-test-nexttoward.inc.Joseph Myers2018-08-082-5/+4
* Consistently terminate libm-test-*.inc TEST lines with commas.Joseph Myers2018-08-033-22/+22