about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/Makeconfig
Commit message (Expand)AuthorAgeFilesLines
* build: Properly generate .d dependency files [BZ #28922]H.J. Lu2022-02-251-0/+6
* x86-64: Add vector tan/tanf to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector erfc/erfcf to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector asinh/asinhf to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector tanh/tanhf to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector erf/erff to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector acosh/acoshf to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector atanh/atanhf to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector log1p/log1pf to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector log2/log2f to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector log10/log10f to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector atan2/atan2f to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector cbrt/cbrtf to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector sinh/sinhf to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector expm1/expm1f to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector cosh/coshf to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector exp10/exp10f to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector exp2/exp2f to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector hypot/hypotf to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector asin/asinf to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector atan/atanf to libmvec microbenchmarkSunil K Pandey2022-02-061-0/+1
* x86-64: Add vector acos/acosf to libmvec microbenchmarkSunil K Pandey2022-02-031-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey2021-12-301-0/+1
* x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey2021-12-301-0/+1
* x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey2021-12-291-0/+1
* x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey2021-12-221-0/+1
* x86-64: Add vector sin/sinf to libmvec microbenchmarkSunil K Pandey2021-11-241-0/+1
* x86-64: Add vector pow/powf to libmvec microbenchmarkSunil K Pandey2021-11-241-0/+1
* x86-64: Add vector log/logf to libmvec microbenchmarkSunil K Pandey2021-11-241-0/+1
* x86-64: Add vector exp/expf to libmvec microbenchmarkSunil K Pandey2021-11-241-0/+1
* x86-64: Add vector cos/cosf to libmvec microbenchmarkSunil K Pandey2021-11-241-0/+1
* x86-64: Create microbenchmark infrastructure for libmvecSunil K Pandey2021-11-161-0/+35