aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/fpu
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Drop nan-pseudo-number.h usage from testsSiddhesh Poyarekar1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert18-18/+18
2020-12-30x86 long double: Consider pseudo numbers as signalingSiddhesh Poyarekar1-0/+30
2020-12-24x86 long double: Support pseudo numbers in isnanlSiddhesh Poyarekar1-0/+45
2020-12-24x86 long double: Support pseudo numbers in fpclassifylSiddhesh Poyarekar1-0/+46
2020-06-22i386: Use builtin sqrtlAdhemerval Zanella1-0/+27
2020-04-20Revert "x86_64: Add SSE sfp-exceptions"Adhemerval Zanella1-57/+0
2020-04-17x86_64: Add SSE sfp-exceptionsAdhemerval Zanella1-0/+57
2020-03-30x86: Remove feraiseexcept optimizationAdhemerval Zanella2-111/+0
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-1/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers16-16/+16
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert16-16/+16
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers1-1/+1
2019-03-07Fix location where math-vector-fortran.h is installed.marxin1-0/+0
2019-02-27Add some spaces before '('.Joseph Myers1-1/+1
2019-02-20Add new Fortran vector math header file.marxin1-0/+43
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers15-15/+15
2018-12-26x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu2-0/+179
2018-12-19Remove x86 mathinline.h.Joseph Myers2-295/+32
2018-12-19Remove x86 mathinline.h sinh, cosh, tanh inlines.Joseph Myers1-16/+0
2018-12-14Remove x86 mathinline.h asinh, acosh, atanh inlines.Joseph Myers1-13/+0
2018-12-12Remove x86 mathinline.h hypot inline.Joseph Myers1-4/+0
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers1-1/+1
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers1-0/+497
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers1-0/+1
2018-05-09Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers1-0/+61
2018-03-16Remove sysdeps/x86/fpu/bits/mathinline.h __finite inline.Joseph Myers1-13/+0
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra1-1/+0
2018-03-15Remove more old-compilers parts of sysdeps/x86/fpu/bits/mathinline.h.Joseph Myers1-183/+0
2018-03-14Remove old-GCC parts of x86 bits/mathinline.h.Joseph Myers1-306/+0
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers12-12/+12
2017-10-24Update x86 fix-fp-int-compare-invalid.h for GCC 8.Joseph Myers1-2/+6
2017-09-28Remove ancient __signbit inlinesWilco Dijkstra1-38/+0
2017-09-28Simplify C99 isgreater macrosWilco Dijkstra1-93/+0
2017-09-03hurd: fix libm linkSamuel Thibault1-1/+1
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers1-2/+2
2017-06-26Add float128 support for x86_64, x86.Joseph Myers3-0/+259
2017-06-23Avoid localplt issues from x86 fereaiseexcept inline.Joseph Myers2-0/+11
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-14/+0
2017-03-15Fix test-math-vector-sincos.h aliasing.Joseph Myers1-14/+14
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers11-11/+11
2016-11-23Fix x86_64 -mfpmath=387 float_t, double_t (bug 20787).Joseph Myers3-1/+7
2016-10-06Add iseqsig.Joseph Myers1-0/+28
2016-09-23Installed header hygiene (BZ#20366): Test of installed headers.Zack Weinberg1-0/+6
2016-09-07Add femode_t functions.Joseph Myers1-0/+14
2016-07-01Fixed wrong vector sincos/sincosf ABI to have it compatible withAndrew Senkevich1-0/+98
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers9-9/+9
2015-12-07Utilize x86_64 vector math functions w/o -fopenmp.Andrew Senkevich1-0/+6
2015-11-27Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich1-29/+0
2015-10-28Handle more state in i386/x86_64 fesetenv (bug 16068).Joseph Myers3-1/+347