about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch
Commit message (Expand)AuthorAgeFilesLines
* x86_64: Fix svml_s_atanf16_core_avx512.S code formattingSunil K Pandey2022-03-071-129/+128
* x86_64: Fix svml_d_asinh8_core_avx512.S code formattingSunil K Pandey2022-03-071-436/+435
* x86_64: Fix svml_d_asinh4_core_avx2.S code formattingSunil K Pandey2022-03-071-1539/+1538
* x86_64: Fix svml_d_asinh2_core_sse4.S code formattingSunil K Pandey2022-03-071-1598/+1597
* x86_64: Fix svml_s_asinhf8_core_avx2.S code formattingSunil K Pandey2022-03-071-397/+396
* x86_64: Fix svml_s_asinhf4_core_sse4.S code formattingSunil K Pandey2022-03-071-448/+447
* x86_64: Fix svml_s_asinhf16_core_avx512.S code formattingSunil K Pandey2022-03-071-370/+369
* x86_64: Fix svml_d_asin8_core_avx512.S code formattingSunil K Pandey2022-03-071-239/+238
* x86_64: Fix svml_d_asin4_core_avx2.S code formattingSunil K Pandey2022-03-071-217/+216
* x86_64: Fix svml_d_asin2_core_sse4.S code formattingSunil K Pandey2022-03-071-231/+230
* x86_64: Fix svml_s_asinf8_core_avx2.S code formattingSunil K Pandey2022-03-071-192/+191
* x86_64: Fix svml_s_asinf4_core_sse4.S code formattingSunil K Pandey2022-03-071-194/+193
* x86_64: Fix svml_s_asinf16_core_avx512.S code formattingSunil K Pandey2022-03-071-203/+202
* x86_64: Fix svml_d_acosh8_core_avx512.S code formattingSunil K Pandey2022-03-071-416/+415
* x86_64: Fix svml_d_acosh4_core_avx2.S code formattingSunil K Pandey2022-03-071-1436/+1435
* x86_64: Fix svml_d_acosh2_core_sse4.S code formattingSunil K Pandey2022-03-071-1371/+1370
* x86_64: Fix svml_s_acoshf8_core_avx2.S code formattingSunil K Pandey2022-03-071-308/+307
* x86_64: Fix svml_s_acoshf4_core_sse4.S code formattingSunil K Pandey2022-03-071-327/+326
* x86_64: Fix svml_s_acoshf16_core_avx512.S code formattingSunil K Pandey2022-03-071-372/+371
* x86_64: Fix svml_d_acos8_core_avx512.S code formattingSunil K Pandey2022-03-071-250/+249
* x86_64: Fix svml_d_acos4_core_avx2.S code formattingSunil K Pandey2022-03-071-228/+227
* x86_64: Fix svml_d_acos2_core_sse4.S code formattingSunil K Pandey2022-03-071-245/+244
* x86_64: Fix svml_s_acosf8_core_avx2.S code formattingSunil K Pandey2022-03-071-206/+205
* x86_64: Fix svml_s_acosf4_core_sse4.S code formattingSunil K Pandey2022-03-071-212/+211
* x86_64: Fix svml_s_acosf16_core_avx512.S code formatting (supplemental)Sunil K Pandey2022-03-071-14/+14
* x86_64: Fix svml_s_acosf16_core_avx512.S code formattingSunil K Pandey2022-03-041-212/+211
* x86_64: Fix SSE4.2 libmvec atan2 function accuracy [BZ #28765]Sunil K Pandey2022-01-121-148/+173
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01536-536/+536
* x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey2021-12-3018-0/+21626
* x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey2021-12-3018-0/+14683
* x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey2021-12-2918-0/+5500
* x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey2021-12-2918-0/+5365
* x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey2021-12-2918-0/+4757
* x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey2021-12-2918-0/+4978
* x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey2021-12-2918-0/+4773
* x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey2021-12-2918-0/+4160
* x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey2021-12-2918-0/+3921
* x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey2021-12-2918-0/+3471
* x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey2021-12-2918-0/+2830
* x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey2021-12-2918-0/+2744
* x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey2021-12-2918-0/+2607
* x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey2021-12-2918-0/+2438
* x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey2021-12-2918-0/+2350
* x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey2021-12-2918-0/+2330
* x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey2021-12-2918-0/+2006
* x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey2021-12-2918-0/+1864
* x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey2021-12-2918-0/+1902
* x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey2021-12-2918-0/+1454
* x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey2021-12-2219-0/+2024
* x86-64: Add sysdeps/x86_64/fpu/MakeconfigH.J. Lu2021-10-201-48/+20