aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/Makeconfig
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-02-25build: Properly generate .d dependency files [BZ #28922]H.J. Lu1-0/+6
2022-02-06x86-64: Add vector tan/tanf to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector erfc/erfcf to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector asinh/asinhf to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector tanh/tanhf to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector erf/erff to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector acosh/acoshf to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector atanh/atanhf to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector log1p/log1pf to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector log2/log2f to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector log10/log10f to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector atan2/atan2f to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector cbrt/cbrtf to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector sinh/sinhf to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector expm1/expm1f to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector cosh/coshf to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector exp10/exp10f to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector exp2/exp2f to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector hypot/hypotf to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector asin/asinf to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-06x86-64: Add vector atan/atanf to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-02-03x86-64: Add vector acos/acosf to libmvec microbenchmarkSunil K Pandey1-0/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-30x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey1-0/+1
2021-12-30x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey1-0/+1
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey1-0/+1
2021-12-22x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey1-0/+1
2021-11-24x86-64: Add vector sin/sinf to libmvec microbenchmarkSunil K Pandey1-0/+1
2021-11-24x86-64: Add vector pow/powf to libmvec microbenchmarkSunil K Pandey1-0/+1
2021-11-24x86-64: Add vector log/logf to libmvec microbenchmarkSunil K Pandey1-0/+1
2021-11-24x86-64: Add vector exp/expf to libmvec microbenchmarkSunil K Pandey1-0/+1