about summary refs log tree commit diff
path: root/sysdeps/x86/fpu
Commit message (Expand)AuthorAgeFilesLines
...
* Split fenv_private.h out of math_private.h more consistently.Joseph Myers2018-08-281-0/+497
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-101-0/+1
* Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers2018-05-091-0/+61
* Remove sysdeps/x86/fpu/bits/mathinline.h __finite inline.Joseph Myers2018-03-161-13/+0
* Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra2018-03-151-1/+0
* Remove more old-compilers parts of sysdeps/x86/fpu/bits/mathinline.h.Joseph Myers2018-03-151-183/+0
* Remove old-GCC parts of x86 bits/mathinline.h.Joseph Myers2018-03-141-306/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0112-12/+12
* Update x86 fix-fp-int-compare-invalid.h for GCC 8.Joseph Myers2017-10-241-2/+6
* Remove ancient __signbit inlinesWilco Dijkstra2017-09-281-38/+0
* Simplify C99 isgreater macrosWilco Dijkstra2017-09-281-93/+0
* hurd: fix libm linkSamuel Thibault2017-09-031-1/+1
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-031-2/+2
* Add float128 support for x86_64, x86.Joseph Myers2017-06-263-0/+259
* Avoid localplt issues from x86 fereaiseexcept inline.Joseph Myers2017-06-232-0/+11
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-14/+0
* Fix test-math-vector-sincos.h aliasing.Joseph Myers2017-03-151-14/+14
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0111-11/+11
* Fix x86_64 -mfpmath=387 float_t, double_t (bug 20787).Joseph Myers2016-11-233-1/+7
* Add iseqsig.Joseph Myers2016-10-061-0/+28
* Installed header hygiene (BZ#20366): Test of installed headers.Zack Weinberg2016-09-231-0/+6
* Add femode_t functions.Joseph Myers2016-09-071-0/+14
* Fixed wrong vector sincos/sincosf ABI to have it compatible withAndrew Senkevich2016-07-011-0/+98
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-049-9/+9
* Utilize x86_64 vector math functions w/o -fopenmp.Andrew Senkevich2015-12-071-0/+6
* Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich2015-11-271-29/+0
* Handle more state in i386/x86_64 fesetenv (bug 16068).Joseph Myers2015-10-283-1/+347
* Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181).Joseph Myers2015-10-282-1/+47
* Fix pow missing underflows (bug 18825).Joseph Myers2015-09-251-0/+1
* Vector sincosf for x86_64 and tests.Andrew Senkevich2015-06-181-0/+2
* Vector sincos for x86_64 and tests.Andrew Senkevich2015-06-181-0/+2
* Vector powf for x86_64 and tests.Andrew Senkevich2015-06-181-0/+6
* Vector pow for x86_64 and tests.Andrew Senkevich2015-06-171-0/+6
* Vector expf for x86_64 and tests.Andrew Senkevich2015-06-171-0/+6
* Vector exp for x86_64 and tests.Andrew Senkevich2015-06-171-0/+6
* Vector logf for x86_64 and tests.Andrew Senkevich2015-06-171-0/+6
* Vector log for x86_64 and tests.Andrew Senkevich2015-06-171-0/+12
* Vector sinf for x86_64 and tests.Andrew Senkevich2015-06-151-0/+2
* Vector sin for x86_64 and tests.Andrew Senkevich2015-06-111-0/+2
* Vector cosf for x86_64.Andrew Senkevich2015-06-091-0/+2
* Start of series of patches with x86_64 vector math functions.Andrew Senkevich2015-06-091-0/+34
* Fix atan / atan2 missing underflows (bug 15319).Joseph Myers2015-02-181-6/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-025-5/+5
* Fix libm feraiseexcept namespace (bug 17723).Joseph Myers2014-12-302-23/+69
* Fix comment error that Jakub pointed out but I forgot to fixSiddhesh Poyarekar2014-08-131-1/+1
* Disable x87 inline functions for x86_64 and SSE [BZ #17262]Siddhesh Poyarekar2014-08-131-2/+5
* Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers2014-06-231-4/+28
* Include SSE state in i386 fenv_t (bug 16064).Joseph Myers2014-05-092-0/+140
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-6/+6
* Disable x87 inline functions for SSE2 mathH.J. Lu2014-01-291-2/+2