aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/fpu
AgeCommit message (Expand)Author
2019-03-07Fix location where math-vector-fortran.h is installed.marxin
2019-02-27Add some spaces before '('.Joseph Myers
2019-02-20Add new Fortran vector math header file.marxin
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-26x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu
2018-12-19Remove x86 mathinline.h.Joseph Myers
2018-12-19Remove x86 mathinline.h sinh, cosh, tanh inlines.Joseph Myers
2018-12-14Remove x86 mathinline.h asinh, acosh, atanh inlines.Joseph Myers
2018-12-12Remove x86 mathinline.h hypot inline.Joseph Myers
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers
2018-05-09Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers
2018-03-16Remove sysdeps/x86/fpu/bits/mathinline.h __finite inline.Joseph Myers
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra
2018-03-15Remove more old-compilers parts of sysdeps/x86/fpu/bits/mathinline.h.Joseph Myers
2018-03-14Remove old-GCC parts of x86 bits/mathinline.h.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-10-24Update x86 fix-fp-int-compare-invalid.h for GCC 8.Joseph Myers
2017-09-28Remove ancient __signbit inlinesWilco Dijkstra
2017-09-28Simplify C99 isgreater macrosWilco Dijkstra
2017-09-03hurd: fix libm linkSamuel Thibault
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers
2017-06-26Add float128 support for x86_64, x86.Joseph Myers
2017-06-23Avoid localplt issues from x86 fereaiseexcept inline.Joseph Myers
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers
2017-03-15Fix test-math-vector-sincos.h aliasing.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-11-23Fix x86_64 -mfpmath=387 float_t, double_t (bug 20787).Joseph Myers
2016-10-06Add iseqsig.Joseph Myers
2016-09-23Installed header hygiene (BZ#20366): Test of installed headers.Zack Weinberg
2016-09-07Add femode_t functions.Joseph Myers
2016-07-01Fixed wrong vector sincos/sincosf ABI to have it compatible withAndrew Senkevich
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-07Utilize x86_64 vector math functions w/o -fopenmp.Andrew Senkevich
2015-11-27Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich
2015-10-28Handle more state in i386/x86_64 fesetenv (bug 16068).Joseph Myers
2015-10-28Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181).Joseph Myers
2015-09-25Fix pow missing underflows (bug 18825).Joseph Myers
2015-06-18Vector sincosf for x86_64 and tests.Andrew Senkevich
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich
2015-06-18Vector powf for x86_64 and tests.Andrew Senkevich
2015-06-17Vector pow for x86_64 and tests.Andrew Senkevich
2015-06-17Vector expf for x86_64 and tests.Andrew Senkevich
2015-06-17Vector exp for x86_64 and tests.Andrew Senkevich
2015-06-17Vector logf for x86_64 and tests.Andrew Senkevich
2015-06-17Vector log for x86_64 and tests.Andrew Senkevich
2015-06-15Vector sinf for x86_64 and tests.Andrew Senkevich
2015-06-11Vector sin for x86_64 and tests.Andrew Senkevich
2015-06-09Vector cosf for x86_64.Andrew Senkevich