aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
AgeCommit message (Expand)Author
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-30x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey
2021-12-30x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey
2021-12-22x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey
2021-12-20Regenerate ulps on x86_64 with GCC 12H.J. Lu
2021-12-13Cleanup encoding in commentsSiddhesh Poyarekar
2021-11-24x86-64: Add vector sin/sinf to libmvec microbenchmarkSunil K Pandey
2021-11-24x86-64: Add vector pow/powf to libmvec microbenchmarkSunil K Pandey
2021-11-24x86-64: Add vector log/logf to libmvec microbenchmarkSunil K Pandey
2021-11-24x86-64: Add vector exp/expf to libmvec microbenchmarkSunil K Pandey
2021-11-24x86-64: Add vector cos/cosf to libmvec microbenchmarkSunil K Pandey
2021-11-16x86-64: Create microbenchmark infrastructure for libmvecSunil K Pandey
2021-10-22x86_64: Add missing libmvec ABI testsSunil K Pandey
2021-10-20x86-64: Add sysdeps/x86_64/fpu/MakeconfigH.J. Lu
2021-10-14x86-64: Add test-vector-abi.h/test-vector-abi-sincos.hH.J. Lu
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-15Redirect fma calls to __fma in libmJoseph Myers
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-24x86-64: Remove assembler AVX512DQ checkH.J. Lu
2021-08-24x86-64: Remove compiler -mavx512f checkH.J. Lu
2021-08-22x86-64: Optimize load of all bits set into ZMM register [BZ #28252]H.J. Lu
2021-07-23x86: Install <bits/platform/x86.h> [BZ #27958]H.J. Lu
2021-06-27x86_64: roundeven with sse4.1 supportShen-Ta Hsieh
2021-04-28regenerate ulps on x86_64 with -march=nativePaul Zimmermann
2021-04-07Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra
2021-03-11math: Remove slow paths from asin and acos [BZ #15267]Wilco Dijkstra
2021-02-27Add inputs that generate larger error boundsPaul Zimmermann
2021-01-19libmvec: Add extra-test-objs to test-extrasH.J. Lu
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-24x86 long double: Support pseudo numbers in isnanlSiddhesh Poyarekar