summaryrefslogtreecommitdiff
path: root/math/bits
AgeCommit message (Expand)Author
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-05aarch64: Implement AdvSIMD and SVE rsqrt(f) routinesJames Chesterman
2025-11-13Change fromfp functions to return floating types following C23 (bug 28327)Joseph Myers
2025-09-27AArch64: Implement AdvSIMD and SVE log10p1(f) routinesLuna Lamb
2025-09-27AArch64: Implement AdvSIMD and SVE log2p1(f) routinesLuna Lamb
2025-09-02AArch64: Implement exp2m1 and exp10m1 routinesHasaan Khan
2025-05-19AArch64: Implement AdvSIMD and SVE atan2pi/fDylan Fleming
2025-05-19AArch64: Implement AdvSIMD and SVE atanpi/fDylan Fleming
2025-05-19AArch64: Implement AdvSIMD and SVE asinpi/fDylan Fleming
2025-05-19AArch64: Implement AdvSIMD and SVE acospi/fDylan Fleming
2025-05-14Implement C23 rootn.Joseph Myers
2025-05-09Implement C23 compoundnJoseph Myers
2025-03-27Implement C23 pownJoseph Myers
2025-03-14Implement C23 powrJoseph Myers
2025-03-08math: Remove an extra semicolon in math function declarationsAurelien Jarno
2025-03-07Implement C23 rsqrtJoseph Myers
2025-01-03AArch64: Add vector tanpi routinesJoe Ramsay
2025-01-03AArch64: Add vector cospi routinesJoe Ramsay
2025-01-03AArch64: Add vector sinpi to libmvecJoe Ramsay
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-12Implement C23 atan2piJoseph Myers
2024-12-12math: Remove __XXX math functions from installed math.h [BZ #32418]H.J. Lu
2024-12-11Implement C23 atanpiJoseph Myers
2024-12-10Implement C23 asinpiJoseph Myers
2024-12-09Implement C23 acospiJoseph Myers
2024-12-05Implement C23 tanpiJoseph Myers
2024-12-04Implement C23 sinpiJoseph Myers
2024-12-04Implement C23 cospiJoseph Myers
2024-09-19AArch64: Add vector logp1 alias for log1pJoe Ramsay
2024-06-17Implement C23 exp2m1, exp10m1Joseph Myers
2024-06-17Implement C23 log10p1Joseph Myers
2024-06-17Implement C23 logp1Joseph Myers
2024-05-20Implement C23 log2p1Joseph Myers
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
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