aboutsummaryrefslogtreecommitdiff
path: root/bits/libm-simd-decl-stubs.h
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
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
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-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-24Handle more _FloatN, _FloatNx types in bits/libm-simd-decl-stubs.h.Joseph Myers
2017-05-15float128: Add public _Float128 declarations to libm.Paul E. Murphy
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich
2015-06-17Vector pow for x86_64 and tests.Andrew Senkevich
2015-06-17Vector exp for x86_64 and tests.Andrew Senkevich
2015-06-17Vector log for x86_64 and tests.Andrew Senkevich
2015-06-11Vector sin for x86_64 and tests.Andrew Senkevich
2015-05-14This patch adds infrastructure for addition of SIMDAndrew Senkevich