aboutsummaryrefslogtreecommitdiff
path: root/math/bits
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert4-4/+4
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers4-4/+4
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert4-4/+4
2021-12-30x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey1-1/+1
2021-12-30x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey1-1/+1
2021-12-22x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey1-1/+1
2021-09-29Do not declare fmax, fmin _FloatN, _FloatNx versions for C2XJoseph Myers1-0/+2
2021-09-28Add fmaximum, fminimum functionsJoseph Myers1-0/+26
2021-09-22Add narrowing fma functionsJoseph Myers1-0/+3
2021-09-10Add narrowing square root functionsJoseph Myers1-0/+3
2021-06-01Update floating-point feature test macro handling for C2XJoseph Myers1-4/+8
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert4-4/+4
2020-02-28ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functionsTulio Magno Quites Machado Filho2-11/+16
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers4-4/+4
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert4-4/+4
2019-09-05Use __attribute_pure__ macro in bits/mathcalls.hGabriel F. T. Gomes1-2/+2
2019-09-05math: Replace const attribute with pure in totalorder* functionsGabriel F. T. Gomes1-3/+4
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers1-2/+3
2019-08-13Declare some TS 18661-4 interfaces for C2X.Joseph Myers1-1/+1
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers1-6/+8
2019-02-08math: Enable <bits/math-finite.h> sysdeps overrideFlorian Weimer1-197/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers5-5/+5
2018-06-12Do not use const attribute for nan functions (bug 23277).Joseph Myers1-1/+1
2018-05-17Add narrowing divide functions.Joseph Myers1-0/+3
2018-05-16Add narrowing multiply functions.Joseph Myers1-0/+3
2018-03-20Add narrowing subtract functions.Joseph Myers1-0/+3
2018-02-10Add narrowing add functions.Joseph Myers1-0/+3
2018-02-09Add build infrastructure for narrowing libm functions.Joseph Myers1-0/+21
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers4-4/+4
2017-12-12[BZ #22593] Fix nextafter and nexttoward declarationSzabolcs Nagy1-2/+2
2017-09-29Remove old cimag inlinesWilco Dijkstra1-30/+0