aboutsummaryrefslogtreecommitdiff
path: root/math/bits
AgeCommit message (Expand)AuthorFilesLines
2025-01-03AArch64: Add vector tanpi routinesJoe Ramsay1-1/+1
2025-01-03AArch64: Add vector cospi routinesJoe Ramsay1-1/+1
2025-01-03AArch64: Add vector sinpi to libmvecJoe Ramsay1-1/+1
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert5-5/+5
2024-12-12Implement C23 atan2piJoseph Myers1-0/+2
2024-12-12math: Remove __XXX math functions from installed math.h [BZ #32418]H.J. Lu1-0/+48
2024-12-11Implement C23 atanpiJoseph Myers1-0/+2
2024-12-10Implement C23 asinpiJoseph Myers1-0/+2
2024-12-09Implement C23 acospiJoseph Myers1-0/+3
2024-12-05Implement C23 tanpiJoseph Myers1-0/+2
2024-12-04Implement C23 sinpiJoseph Myers1-0/+2
2024-12-04Implement C23 cospiJoseph Myers1-0/+5
2024-09-19AArch64: Add vector logp1 alias for log1pJoe Ramsay1-1/+1
2024-06-17Implement C23 exp2m1, exp10m1Joseph Myers1-0/+6
2024-06-17Implement C23 log10p1Joseph Myers1-0/+3
2024-06-17Implement C23 logp1Joseph Myers1-0/+3
2024-05-20Implement C23 log2p1Joseph Myers1-0/+3
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers1-7/+7
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