about summary refs log tree commit diff
path: root/math/Makefile
Commit message (Expand)AuthorAgeFilesLines
* New generic powfSzabolcs Nagy2017-09-291-1/+1
* New generic log2fSzabolcs Nagy2017-09-291-1/+2
* New generic logfSzabolcs Nagy2017-09-291-1/+1
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-251-1/+1
* Simplify NAN definitions.Joseph Myers2017-08-311-1/+0
* Simplify INFINITY definitions.Joseph Myers2017-08-311-1/+1
* Simplify HUGE_VAL definitions.Joseph Myers2017-08-311-3/+3
* Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).Joseph Myers2017-08-291-1/+3
* Provide a C++ version of issignaling that does not use __MATH_TGGabriel F. T. Gomes2017-08-221-1/+2
* math: Statically link tests of internal functionalityFlorian Weimer2017-08-221-8/+5
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-211-20/+3
* Add more thorough generated tgmath.h test.Joseph Myers2017-06-281-0/+9
* Convert e_exp2l.c into a templateGabriel F. T. Gomes2017-05-171-2/+2
* float128: Add public _Float128 declarations to libm.Paul E. Murphy2017-05-151-1/+2
* float128: Add _Float128 make bits to libm.Paul E. Murphy2017-05-091-2/+14
* Split helper classification macros from mathcalls.hGabriel F. T. Gomes2017-03-151-1/+1
* Run libm tests separately for each function.Joseph Myers2017-02-241-49/+143
* Add new templates for IEEE wrappersGabriel F. T. Gomes2017-02-231-1/+5
* Move tests of catan, catanh to auto-libm-test-*.Joseph Myers2017-02-171-17/+17
* Move tests of casin, casinh to auto-libm-test-*.Joseph Myers2017-02-171-5/+6
* Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers2017-02-171-6/+6
* Merge libm-compat-calls-auto and libm-compat-callsGabriel F. T. Gomes2017-02-091-9/+5
* Move -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h.Joseph Myers2017-02-091-6/+3
* Build most libm-test support code once per type.Joseph Myers2017-02-081-0/+18
* Move w_exp to libm-compat-call-autoGabriel F. T. Gomes2017-02-081-2/+1
* Move w_lgamma to libm-compat-calls-autoGabriel F. T. Gomes2017-02-081-2/+1
* Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes2017-02-081-2/+3
* Split libm-test.inc by function.Joseph Myers2017-02-061-9/+34
* Split auto-libm-test-out by function.Joseph Myers2017-02-061-3/+12
* Eliminate libm-test.stmp.Joseph Myers2017-02-061-10/+12
* Rework gen-libm-test.pl input/output handling.Joseph Myers2017-02-061-2/+5
* Remove before-compile setting in math/Makefile.Joseph Myers2017-02-061-3/+0
* Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes2017-01-041-5/+13
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Add fromfp functions.Joseph Myers2016-12-311-1/+2
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-211-1/+1
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-201-1/+1
* Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers2016-12-161-1/+4
* Make w_scalbln type-genericGabriel F. T. Gomes2016-12-161-2/+2
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-141-1/+2
* Make w_log1p type-genericGabriel F. T. Gomes2016-12-141-2/+3
* Better design of libm.a installation rule.Andrew Senkevich2016-12-131-4/+7
* Install libm.a as linker script (bug 20539).Andrew Senkevich2016-12-081-4/+15
* Add llogb, llogbf, llogbl.Joseph Myers2016-12-021-2/+2
* Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers2016-12-011-1/+1
* Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers2016-11-291-1/+1
* Make ilogb wrappers type-generic.Joseph Myers2016-11-281-2/+1
* Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers2016-11-241-1/+1
* Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers2016-11-241-1/+2
* Fix SH4 FP_ILOGB0 (bug 20859).Joseph Myers2016-11-231-1/+2