aboutsummaryrefslogtreecommitdiff
path: root/math/bits
AgeCommit message (Expand)AuthorFilesLines
2025-05-19AArch64: Implement AdvSIMD and SVE atan2pi/fDylan Fleming1-0/+1
2025-05-19AArch64: Implement AdvSIMD and SVE atanpi/fDylan Fleming1-0/+1
2025-05-19AArch64: Implement AdvSIMD and SVE asinpi/fDylan Fleming1-0/+1
2025-05-19AArch64: Implement AdvSIMD and SVE acospi/fDylan Fleming1-0/+1
2025-05-14Implement C23 rootn.Joseph Myers1-0/+3
2025-05-09Implement C23 compoundnJoseph Myers1-0/+3
2025-03-27Implement C23 pownJoseph Myers1-0/+3
2025-03-14Implement C23 powrJoseph Myers1-0/+3
2025-03-08math: Remove an extra semicolon in math function declarationsAurelien Jarno1-1/+1
2025-03-07Implement C23 rsqrtJoseph Myers1-0/+5
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